You've already forked authentication-service
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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user