Bump tokio from 1.33.0 to 1.34.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.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-11-13 02:36:58 +00:00
committed by Bastian Köcher
parent 76503aeb07
commit 3a676b9c18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ num-traits = "0.2"
serde_json = "1.0"
sysinfo = "0.29"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.33", features = ["rt"] }
tokio = { version = "1.34", features = ["rt"] }
thiserror = "1.0.50"
# Bridge dependencies