Bump tokio from 1.18.2 to 1.19.0 (#1330)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.19.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]
2022-06-07 14:50:30 +02:00
committed by GitHub
parent a7b227fb8c
commit 96926d16c3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jsonrpsee = { version = "0.13.1", features = ["server"] }
parking_lot = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.137", features = ["derive"] }
tokio = { version = "1.18.2", features = ["macros"] }
tokio = { version = "1.19.0", features = ["macros"] }
url = "2.2.2"
# Substrate