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

Bump wasmtime to 12

Also removes the relevant `cargo deny` exclusions.
This commit is contained in:
Quentin Gliech
2023-08-23 17:08:22 +02:00
parent 1460275387
commit 37edc790cf
3 changed files with 74 additions and 338 deletions

View File

@ -13,7 +13,7 @@ serde_json.workspace = true
thiserror.workspace = true
tokio = { version = "1.32.0", features = ["io-util"] }
tracing.workspace = true
wasmtime = { version = "11.0.1", default-features = false, features = ["async", "cranelift"] }
wasmtime = { version = "12.0.0", default-features = false, features = ["async", "cranelift"] }
mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }