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:
commit
0fce762eef
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue