Skip to content

Commit

Permalink
Merge pull request #2339 from demergent-labs/dependabot/cargo/serde-d…
Browse files Browse the repository at this point in the history
…dab81977b

deps: bump the serde group with 2 updates
  • Loading branch information
lastmjs authored Dec 20, 2024
2 parents e0ee4ea + 3d83211 commit bf2175e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 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 @@ -17,8 +17,8 @@ ic-stable-structures = "0.6.5"
open_value_sharing = { path = "../open_value_sharing" }
slotmap = "=1.0.6"
sha2 = "0.10.8"
serde = "1.0.202"
serde_json = "1.0.107"
serde = "1.0.216"
serde_json = "1.0.133"
ic-wasi-polyfill = "0.6.1"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
# wasmedge_quickjs = { path = "/home/wasmedge-quickjs" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.0.0"
edition = "2018"

[dependencies]
serde = "1.0.202"
serde_json = "1.0.117"
serde = "1.0.216"
serde_json = "1.0.133"
candid = "0.10.8"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ic-stable-structures = "0.6.5"
ic-wasi-polyfill = "0.6.1"
rquickjs = { version = "0.6.2", features = ["array-buffer"] }
scopeguard = "1.2.0"
serde = "1.0.202"
serde_json = "1.0.107"
serde = "1.0.216"
serde_json = "1.0.133"
slotmap = "=1.0.6"

0 comments on commit bf2175e

Please sign in to comment.