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

Bump rust-opa-wasm and wasmtime

This commit is contained in:
Quentin Gliech
2022-12-28 12:50:09 +01:00
parent 0e757d85e6
commit aa1cfcefc4
2 changed files with 153 additions and 180 deletions

View File

@ -13,7 +13,7 @@ serde_json = "1.0.91"
thiserror = "1.0.38"
tokio = { version = "1.23.0", features = ["io-util"] }
tracing = "0.1.37"
wasmtime = { version = "3.0.1", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "4.0.0", default-features = false, features = ["async", "cranelift"] }
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }