mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 01:11:04 +00:00
Bump tokio from 1.21.0 to 1.21.1 (#1623)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.21.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
@@ -94,7 +94,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
|
||||
assert_cmd = "2.0"
|
||||
nix = "0.25"
|
||||
tempfile = "3.3.0"
|
||||
tokio = { version = "1.21.0", features = ["macros", "time", "parking_lot"] }
|
||||
tokio = { version = "1.21.1", features = ["macros", "time", "parking_lot"] }
|
||||
wait-timeout = "0.2"
|
||||
# purge_chain_works works with rococo-local and needs to allow this
|
||||
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", features = ["rococo-native"] }
|
||||
|
||||
Reference in New Issue
Block a user