Bump tokio from 1.26.0 to 1.27.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-03 02:03:36 +00:00
committed by Bastian Köcher
parent 0a30f9114a
commit 1089cf4af2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ log = "0.4.17"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.1.1", features = ["derive"] }
tokio = { version = "1.26", features = ["rt-multi-thread"] }
tokio = { version = "1.27", features = ["rt-multi-thread"] }
thiserror = "1.0.40"
# Bridge dependencies
+1 -1
View File
@@ -20,7 +20,7 @@ num-traits = "0.2"
serde_json = "1.0"
sysinfo = "0.28"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.26", features = ["rt"] }
tokio = { version = "1.27", features = ["rt"] }
thiserror = "1.0.40"
# Bridge dependencies