diff --git a/ext/app_bridge/Cargo.toml b/ext/app_bridge/Cargo.toml index ce43f8c..b946e2f 100644 --- a/ext/app_bridge/Cargo.toml +++ b/ext/app_bridge/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] magnus = { version = "0.8.2" } -wasmtime = "44.0.2" +wasmtime = "48.0.1" wasmtime-wasi = "44.0.2" wasmtime-wasi-io = "44.0.2" reqwest = { version = "0.12", features = ["blocking", "json", "native-tls-vendored"] }