Bump tokio from 1.24.2 to 1.25.0 (#808)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 10:21:06 +00:00
committed by GitHub
parent 4c8ffc3073
commit d820ab81f5
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
[build-dependencies]
subxt = { path = "../../subxt" }
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
which = "4.4.0"
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }