1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #628 from JakeStanger/dependabot/cargo/tokio-1.38.0

build(deps): bump tokio from 1.37.0 to 1.38.0
This commit is contained in:
Jake Stanger 2024-06-03 20:33:21 +01:00 committed by GitHub
commit 6e921eb567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -3134,9 +3134,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.37.0" version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",
@ -3153,9 +3153,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "2.2.0" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote 1.0.35", "quote 1.0.35",

View file

@ -83,7 +83,7 @@ schema = ["dep:schemars"]
gtk = "0.18.1" gtk = "0.18.1"
gtk-layer-shell = "0.8.0" gtk-layer-shell = "0.8.0"
glib = "0.18.5" glib = "0.18.5"
tokio = { version = "1.37.0", features = [ tokio = { version = "1.38.0", features = [
"macros", "macros",
"rt-multi-thread", "rt-multi-thread",
"time", "time",