Skip to content

Commit

Permalink
Merge pull request #2383 from demergent-labs/dependabot/cargo/serde-6…
Browse files Browse the repository at this point in the history
…2c0d91e03

deps: bump serde_json from 1.0.133 to 1.0.134 in the serde group
  • Loading branch information
lastmjs authored Dec 23, 2024
2 parents a248a05 + a497d61 commit cd605f7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -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" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit cd605f7

Please sign in to comment.