Skip to content

Commit

Permalink
deps: bump serde from 1.0.216 to 1.0.217 in the serde group
Browse files Browse the repository at this point in the history
Bumps the serde group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: serde
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 55918eb commit aee3b1b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ic-stable-structures = "0.6.7"
open_value_sharing = { path = "../open_value_sharing" }
slotmap = "=1.0.7"
sha2 = "0.10.8"
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
ic-wasi-polyfill = "0.6.4"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2018"

[dependencies]
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
candid = "0.10.11"
ic-cdk = "0.17.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ 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"
serde = "1.0.217"
serde_json = "1.0.134"
slotmap = "=1.0.7"

0 comments on commit aee3b1b

Please sign in to comment.