1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): 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-09 19:44:38 +00:00
committed by Quentin Gliech
parent 581db6db7a
commit 9802981c0e
15 changed files with 21 additions and 21 deletions

View File

@ -20,7 +20,7 @@ rand.workspace = true
rand_chacha = "0.3.1"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }
thiserror.workspace = true
tokio = { version = "1.33.0", features = ["rt"] }
tokio = { version = "1.34.0", features = ["rt"] }
tower = "0.4.13"
tracing.workspace = true
tracing-opentelemetry.workspace = true