build(deps): bump tokio from 1.32.0 to 1.33.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.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-10-09 13:57:35 +00:00
committed by Quentin Gliech
parent fb023d772d
commit f2a2ceeafc
15 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ http.workspace = true
tracing.workspace = true
tracing-opentelemetry = "0.21.0"
tower = "0.4.13"
tokio = { version = "1.32.0", features = ["time"] }
tokio = { version = "1.33.0", features = ["time"] }
opentelemetry = { version = "0.20.0", features = ["metrics"] }
opentelemetry-http = "0.9.0"
opentelemetry-semantic-conventions = "0.12.0"