diff --git a/Cargo.lock b/Cargo.lock index 4ade642523..0702242792 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "air-interpreter-wasm" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bbd93603551aed5643678ebab24a6e7296f8637dcc91b20141ff0c82694fb72" +checksum = "2b64d67f98ecf61ad6eea11ee5a10d7082725063ce8163ad84d90ccfadcdcfbd" dependencies = [ "built 0.6.1", ] diff --git a/Cargo.toml b/Cargo.toml index a1290948a2..d650e4f29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ marine-it-parser = "0.12.1" # avm avm-server = { version = "0.32.0" } -air-interpreter-wasm = { version = "0.40.0" } +air-interpreter-wasm = { version = "0.41.0" } # libp2p libp2p = { version = "0.52.0", features = ["noise", "tcp", "dns", "websocket", "yamux", "tokio", "kad", "ping", "identify", "macros"] }