mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
Bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0) --- 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:
committed by
Bastian Köcher
parent
e489f5f53f
commit
30a0338717
@@ -19,7 +19,7 @@ log = { workspace = true }
|
||||
num-traits = "0.2"
|
||||
rand = "0.8"
|
||||
scale-info = { version = "2.11.1", features = ["derive"] }
|
||||
tokio = { version = "1.36", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.37", features = ["rt-multi-thread"] }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
@@ -24,7 +24,7 @@ num-traits = "0.2"
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
sysinfo = "0.30"
|
||||
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
|
||||
tokio = { version = "1.36", features = ["rt"] }
|
||||
tokio = { version = "1.37", features = ["rt"] }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
Reference in New Issue
Block a user