Skip to content

Commit

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

---
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 29, 2025
1 parent d701d30 commit e8e375b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 frostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand = "0.8"
rcgen = "0.13.2"
serde = { version = "1.0", features = ["derive"] }
serdect = { version = "0.2.0" }
serde_json = "1.0.134"
serde_json = "1.0.138"
snow = "0.9.6"
tokio = { version = "1.42", features = ["full"] }
tempfile = "3.14.0"
Expand Down
2 changes: 1 addition & 1 deletion zcash-sign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rand_core = "0.6.4"
sapling-crypto = "0.4.0"
serde = "1.0.204"
serde-hex = "0.1.0"
serde_json = "1.0.120"
serde_json = "1.0.138"
serde_with = { version = "3.9.0", features = ["hex"] }
zcash_address = "0.6.2"
zcash_client_backend = { version = "0.16.0", features = ["orchard"] }
Expand Down

0 comments on commit e8e375b

Please sign in to comment.