Skip to content

Commit

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


Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 05297e9 commit d73b6de
Show file tree
Hide file tree
Showing 4 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.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scopeguard = "1.2.0"
slotmap = "=1.0.7"
sha2 = "0.10.8"
serde = "1.0.217"
serde_json = "1.0.134"
serde_json = "1.0.135"
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 = "2021"

[dependencies]
serde = "1.0.217"
serde_json = "1.0.134"
serde_json = "1.0.135"
candid = "0.10.11"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
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.8.1", features = ["array-buffer"] }
scopeguard = "1.2.0"
serde = "1.0.217"
serde_json = "1.0.134"
serde_json = "1.0.135"
slotmap = "=1.0.7"

0 comments on commit d73b6de

Please sign in to comment.