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

@ -14,7 +14,7 @@ serde.workspace = true
serde_json.workspace = true
schemars = {version = "0.8.15", optional = true }
thiserror.workspace = true
tokio = { version = "1.33.0", features = ["io-util", "rt"] }
tokio = { version = "1.34.0", features = ["io-util", "rt"] }
tracing.workspace = true
wasmtime = { version = "14.0.1", default-features = false, features = ["async", "cranelift"] }
@ -22,7 +22,7 @@ mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
tokio = { version = "1.33.0", features = ["fs", "rt", "macros"] }
tokio = { version = "1.34.0", features = ["fs", "rt", "macros"] }
[features]
cache = ["wasmtime/cache"]