Bump tokio from 1.26.0 to 1.27.0 (#2413)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-31 09:29:41 +02:00
committed by GitHub
parent 337bd17c38
commit 826e1aab2a
7 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ lru = "0.9"
tracing = "0.1.37"
async-trait = "0.1.68"
futures = "0.3.27"
tokio = { version = "1.26.0", features = ["macros"] }
tokio = { version = "1.27.0", features = ["macros"] }