Bump tokio from 1.29.1 to 1.30.0 (#3000)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.30.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:
dependabot[bot]
2023-08-14 12:14:39 +00:00
committed by GitHub
parent d465e6cc29
commit e33ebde498
7 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"
assert_cmd = "2.0"
nix = { version = "0.26.1", features = ["signal"] }
tempfile = "3.7.1"
tokio = { version = "1.29.1", features = ["macros", "time", "parking_lot"] }
tokio = { version = "1.30.0", features = ["macros", "time", "parking_lot"] }
wait-timeout = "0.2"
[features]