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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-06-14 11:20:34 +02:00
parent 3672d2dbde
commit 7e90564d16
28 changed files with 432 additions and 401 deletions

View File

@ -8,18 +8,18 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.71"
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = ["io-util"] }
tokio = { version = "1.28.2", features = ["io-util"] }
tracing = "0.1.37"
wasmtime = { version = "9.0.1", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "9.0.4", default-features = false, features = ["async", "cranelift"] }
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
tokio = { version = "1.28.1", features = ["fs", "rt", "macros"] }
tokio = { version = "1.28.2", features = ["fs", "rt", "macros"] }
[features]
cache = ["wasmtime/cache"]