Upgrade opa-wasm to 0.2.0 to upgrade wasmtime

This fixes a bunch of RUSTSEC advisories, see https://github.com/element-hq/matrix-authentication-service/issues/5621
This commit is contained in:
Letro Bot
2026-04-13 18:10:19 +02:00
parent cda3259cd9
commit 9a5b5b811b
3 changed files with 188 additions and 147 deletions

View File

@@ -392,7 +392,7 @@ version = "0.3.0"
# Open Policy Agent support through WASM
[workspace.dependencies.opa-wasm]
version = "0.1.9"
version = "0.2.0"
# OpenTelemetry
[workspace.dependencies.opentelemetry]