chore(cargo): bump tokio from 1.38.0 to 1.39.2

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

---
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]
2024-08-01 21:56:05 +00:00
committed by GitHub
parent 21be85071a
commit c808ed1368
2 changed files with 10 additions and 10 deletions

View File

@@ -180,7 +180,7 @@ serde_json = "1"
serde = "1.0"
tempfile = "3.10.1"
thiserror = "1"
tokio = "1.38.0"
tokio = "1.39.2"
tokio-util = "0.7.11"
tracing-subscriber = "0.3"
yerpc = "0.6.2"