From 7d7627eeb074cd8ad714b9da9b6ad0dada39c7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:04:26 +0000 Subject: [PATCH] deps: bump rquickjs from 0.6.2 to 0.8.1 Bumps [rquickjs](https://github.com/DelSkayn/rquickjs) from 0.6.2 to 0.8.1. - [Commits](https://github.com/DelSkayn/rquickjs/compare/v0.6.2...v0.8.1) --- updated-dependencies: - dependency-name: rquickjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ .../rust/stable_canister_template/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ea8c7d57d..56b4e8cad9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,27 +1341,27 @@ dependencies = [ [[package]] name = "rquickjs" -version = "0.6.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cbd33e0b668aea0ab238b9164523aca929096f9f40834700d71d91dd4888882" +checksum = "d16661bff09e9ed8e01094a188b463de45ec0693ade55b92ed54027d7ba7c40c" dependencies = [ "rquickjs-core", ] [[package]] name = "rquickjs-core" -version = "0.6.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9129d69b7b8f7ee8ad1da5b12c7f4a8a8acd45f2e6dd9cb2ee1bc5a1f2fa3d" +checksum = "6c8db6379e204ef84c0811e90e7cc3e3e4d7688701db68a00d14a6db6849087b" dependencies = [ "rquickjs-sys", ] [[package]] name = "rquickjs-sys" -version = "0.6.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6f2288d8e7fbb5130f62cf720451641e99d55f6fde9db86aa2914ecb553fd2" +checksum = "4bc352c6b663604c3c186c000cfcc6c271f4b50bc135a285dd6d4f2a42f9790a" dependencies = [ "cc", ] 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 b098c8f137..3464a83327 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.16.0" ic-cdk-timers = "0.11.0" ic-stable-structures = "0.6.7" ic-wasi-polyfill = "0.6.4" -rquickjs = { version = "0.6.2", features = ["array-buffer"] } +rquickjs = { version = "0.8.1", features = ["array-buffer"] } scopeguard = "1.2.0" serde = "1.0.216" serde_json = "1.0.134"