Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.135 to 1.0.137
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 82cfb96 commit 53f4925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion rs/proposals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hex = "0.4.3"
ic_principal = "0.1.1"
serde = "1.0.217"
serde_bytes = "0.11.15"
serde_json = "1.0.134"
serde_json = "1.0.137"

cycles-minting-canister = { workspace = true }
dfn_candid = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rs/sns_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = "1.0.217"
serde_bytes = "0.11.15"
serde_cbor = "0.11.2"
serde_derive = "1.0.126"
serde_json = "1.0.134"
serde_json = "1.0.137"
sha2 = "0.10.8"

[dev-dependencies]
Expand Down

0 comments on commit 53f4925

Please sign in to comment.