diff --git a/Cargo.lock b/Cargo.lock index 0cb7541010..8ea8c7d57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/canister_templates/experimental.wasm b/canister_templates/experimental.wasm index d7ebb6d8ac..dd223bf128 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 efc2f05fff..6127f4c408 100644 Binary files a/canister_templates/stable.wasm and b/canister_templates/stable.wasm differ diff --git a/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml b/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml index 00673709f7..68cd5dfefd 100644 --- a/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml +++ b/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml @@ -18,7 +18,7 @@ open_value_sharing = { path = "../open_value_sharing" } slotmap = "=1.0.7" sha2 = "0.10.8" serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" ic-wasi-polyfill = "0.6.4" wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" } # wasmedge_quickjs = { path = "/home/wasmedge-quickjs" } diff --git a/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml b/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml index 0067c1d573..d669b6ea8b 100644 --- a/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml +++ b/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" [dependencies] serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" candid = "0.10.11" ic-cdk = "0.16.0" ic-cdk-macros = "0.16.0" 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 30c049a833..b098c8f137 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 @@ -17,5 +17,5 @@ ic-wasi-polyfill = "0.6.4" rquickjs = { version = "0.6.2", features = ["array-buffer"] } scopeguard = "1.2.0" serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" slotmap = "=1.0.7"