You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
581db6db7a
commit
9802981c0e
@ -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"]
|
||||
|
Reference in New Issue
Block a user