Skip to content

Commit

Permalink
Bump serde_json from 1.0.108 to 1.0.111
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.111)

---
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 8, 2024
1 parent 0d73cd3 commit 9c66364
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 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 darkside-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ orchard = { workspace = true }
zcash_address = { workspace = true }
zcash_client_backend = { workspace = true }
shardtree = { workspace = true }
serde_json = "1.0.107"
serde_json = "1.0.111"

[build-dependencies]
tonic-build = { workspace = true }
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ log = "0.4.17"
hex = "0.3"
itertools = "0.10.5"
bip0039 = "0.10.1"
serde_json = "1.0.107"
serde_json = "1.0.111"
2 changes: 1 addition & 1 deletion zingo-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio = "1.28.2"
http = "0.2.4"
tonic = { workspace = true, optional = true }
tracing = "0.1.37"
serde_json = "1.0.100"
serde_json = "1.0.111"
serde = { version = "1.0.166", features = ["derive"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion zingolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ base64 = "0.13.0"
bytes = "0.4"
rand = "0.8.5"
hyper-rustls = { version = "0.23", features = ["http2"] }
serde_json = "1.0.82"
serde_json = "1.0.111"
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = "0.1.6"
tokio-rustls = "0.23.3"
Expand Down

0 comments on commit 9c66364

Please sign in to comment.