Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.79 to 1.0.80 (#4262)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.79...v1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] committed May 3, 2022
1 parent 47f1442 commit 1fe6668
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
# zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core
serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_json = { version = "1.0.80", features = ["preserve_order"] }
indexmap = { version = "1.8.1", features = ["serde"] }

tokio = { version = "1.18.1", features = ["time", "rt-multi-thread", "macros", "tracing"] }
Expand All @@ -45,7 +45,7 @@ proptest-derive = { version = "0.3.0", optional = true }
[dev-dependencies]
proptest = "0.10.1"
proptest-derive = "0.3.0"
serde_json = "1.0.79"
serde_json = "1.0.80"
thiserror = "1.0.30"
tokio = { version = "1.18.1", features = ["full", "test-util"] }

Expand Down
2 changes: 1 addition & 1 deletion zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
structopt = "0.3.26"
color-eyre = "0.6.0"
hex = "0.4.3"
serde_json = "1.0.79"
serde_json = "1.0.80"
tracing-error = { version = "0.1.2", features = ["traced-error"] }
tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] }

Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ regex = "1.5.5"
reqwest = "0.11"
semver = "1.0.9"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_json = { version = "1.0.80", features = ["preserve_order"] }
tempfile = "3.3.0"
tokio = { version = "1.18.1", features = ["full", "test-util"] }
tonic = "0.7.0"
Expand Down

0 comments on commit 1fe6668

Please sign in to comment.