Skip to content

Commit

Permalink
Merge pull request #2338 from demergent-labs/dependabot/cargo/ic-depe…
Browse files Browse the repository at this point in the history
…ndencies-62a1cd4057

deps: bump the ic-dependencies group with 6 updates
  • Loading branch information
lastmjs authored Dec 20, 2024
2 parents 85650b9 + 722c1a3 commit 5b8abcb
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 67 deletions.
83 changes: 33 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.75"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
candid = "0.10.2"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk-timers = "0.11.0"
candid = "0.10.11"
candid_parser = "0.1.2"
ic-stable-structures = "0.6.5"
ic-stable-structures = "0.6.7"
open_value_sharing = { path = "../open_value_sharing" }
slotmap = "=1.0.6"
sha2 = "0.10.8"
serde = "1.0.216"
serde_json = "1.0.133"
ic-wasi-polyfill = "0.6.1"
ic-wasi-polyfill = "0.6.4"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
# wasmedge_quickjs = { path = "/home/wasmedge-quickjs" }
wasmi = "0.31.2"
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
serde = "1.0.216"
serde_json = "1.0.133"
candid = "0.10.8"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
ic-stable-structures = "0.6.5"
candid = "0.10.11"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
anyhow = "1.0.86"

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
candid = "0.10.2"
candid = "0.10.11"
candid_parser = "0.1.2"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
ic-stable-structures = "0.6.5"
ic-wasi-polyfill = "0.6.1"
ic-cdk = "0.16.0"
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"] }
scopeguard = "1.2.0"
serde = "1.0.216"
Expand Down

0 comments on commit 5b8abcb

Please sign in to comment.