diff --git a/ext/app_bridge/Cargo.toml b/ext/app_bridge/Cargo.toml index ce2f855..0fead1d 100644 --- a/ext/app_bridge/Cargo.toml +++ b/ext/app_bridge/Cargo.toml @@ -11,7 +11,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -magnus = { version = "0.7.1" } +magnus = { version = "0.8.1" } wasmtime = "32.0.0" wasmtime-wasi = "32.0.0" reqwest = { version = "0.12", features = ["blocking", "json", "native-tls-vendored"] }