1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +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

@ -15,7 +15,7 @@ chrono.workspace = true
lettre = { version = "0.11.1", default-features = false }
serde.workspace = true
thiserror.workspace = true
tokio = { version = "1.33.0", features = ["sync"] }
tokio = { version = "1.34.0", features = ["sync"] }
tracing.workspace = true
tower = { version = "0.4.13", features = ["util"] }
ulid.workspace = true