mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Bump tokio from 1.14.0 to 1.15.0 (#4537)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.14.0...tokio-1.15.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ hex = "0.4.3"
|
||||
tracing = "0.1.29"
|
||||
rand = "0.8.3"
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.14.0"
|
||||
tokio = "1.15.0"
|
||||
|
||||
# Polkadot dependencies
|
||||
polkadot-overseer = { path = "../../overseer" }
|
||||
@@ -61,4 +61,4 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
|
||||
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
serde_json = "1.0.73"
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
tokio = { version = "1.14", features = ["macros"] }
|
||||
tokio = { version = "1.15", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user