1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Upgrade wasmtime & opa-wasm

This commit is contained in:
Quentin Gliech
2022-09-02 16:24:19 +02:00
parent b1773c0784
commit eaadcd25a1
2 changed files with 91 additions and 128 deletions

View File

@ -13,7 +13,7 @@ serde_json = "1.0.85"
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["io-util", "rt"] }
tracing = "0.1.36"
wasmtime = "0.39.1"
wasmtime = "0.40.1"
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }