mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
Bump tokio from 1.24.2 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.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
0b6209bcbf
commit
207c09e7e1
@@ -15,7 +15,7 @@ log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
rand = "0.7"
|
||||
scale-info = { version = "2.1.1", features = ["derive"] }
|
||||
tokio = { version = "1.24", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.25", features = ["rt-multi-thread"] }
|
||||
thiserror = "1.0.26"
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
@@ -20,7 +20,7 @@ num-traits = "0.2"
|
||||
serde_json = "1.0"
|
||||
sysinfo = "0.27"
|
||||
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
|
||||
tokio = { version = "1.24", features = ["rt"] }
|
||||
tokio = { version = "1.25", features = ["rt"] }
|
||||
thiserror = "1.0.26"
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
Reference in New Issue
Block a user