1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-08 13:31:03 +02:00

Merge pull request #174 from JakeStanger/dependabot/cargo/tokio-1.28.2

build(deps): bump tokio from 1.27.0 to 1.28.2
This commit is contained in:
Jake Stanger 2023-05-29 16:24:31 +01:00 committed by GitHub
commit 0fce762eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ workspaces = ["futures-util"]
gtk = "0.17.0"
gtk-layer-shell = "0.6.0"
glib = "0.17.9"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time", "process", "sync", "io-util", "net"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "time", "process", "sync", "io-util", "net"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-error = "0.2.0"