diff --git a/Cargo.lock b/Cargo.lock index 25986cc511..f42858b550 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,27 +1336,27 @@ dependencies = [ [[package]] name = "rquickjs" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16661bff09e9ed8e01094a188b463de45ec0693ade55b92ed54027d7ba7c40c" +checksum = "5c5227859c4dfc83f428e58f9569bf439e628c8d139020e7faff437e6f5abaa0" dependencies = [ "rquickjs-core", ] [[package]] name = "rquickjs-core" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8db6379e204ef84c0811e90e7cc3e3e4d7688701db68a00d14a6db6849087b" +checksum = "e82e0ca83028ad5b533b53b96c395bbaab905a5774de4aaf1004eeacafa3d85d" dependencies = [ "rquickjs-sys", ] [[package]] name = "rquickjs-sys" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc352c6b663604c3c186c000cfcc6c271f4b50bc135a285dd6d4f2a42f9790a" +checksum = "7fed0097b0b4fbb2a87f6dd3b995a7c64ca56de30007eb7e867dfdfc78324ba5" dependencies = [ "cc", ] diff --git a/canister_templates/experimental.wasm b/canister_templates/experimental.wasm index 53d74f892c..cf2f224079 100644 Binary files a/canister_templates/experimental.wasm and b/canister_templates/experimental.wasm differ diff --git a/canister_templates/stable.wasm b/canister_templates/stable.wasm index ea995a0e44..c2c89131d3 100644 Binary files a/canister_templates/stable.wasm and b/canister_templates/stable.wasm differ diff --git a/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml b/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml index 7af250e4c7..ee88836fae 100644 --- a/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml +++ b/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml @@ -14,7 +14,7 @@ ic-cdk-macros = "0.17.1" ic-cdk-timers = "0.11.0" ic-stable-structures = "0.6.7" ic-wasi-polyfill = "0.7.0" -rquickjs = { version = "0.8.1", features = ["array-buffer"] } +rquickjs = { version = "0.9.0", features = ["array-buffer"] } scopeguard = "1.2.0" serde = "1.0.217" serde_json = "1.0.137"