mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-12 23:41:04 +02:00
build(deps): bump tokio from 1.27.0 to 1.28.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a5ecb363fd
commit
4456bb5d20
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