build(deps): bump serde_json from 1.0.80 to 1.0.81 (#4290)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81)

---
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>
This commit is contained in:
dependabot[bot] 2022-05-04 17:19:59 +00:00 committed by GitHub
parent 25712f1935
commit e9d37c6275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -4156,9 +4156,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.80" version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itoa 1.0.1", "itoa 1.0.1",

View File

@ -27,7 +27,7 @@ jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0" jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "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 # zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core
serde_json = { version = "1.0.80", features = ["preserve_order"] } serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.8.1", features = ["serde"] } indexmap = { version = "1.8.1", features = ["serde"] }
tokio = { version = "1.18.1", features = ["time", "rt-multi-thread", "macros", "tracing"] } tokio = { version = "1.18.1", features = ["time", "rt-multi-thread", "macros", "tracing"] }
@ -45,7 +45,7 @@ proptest-derive = { version = "0.3.0", optional = true }
[dev-dependencies] [dev-dependencies]
proptest = "0.10.1" proptest = "0.10.1"
proptest-derive = "0.3.0" proptest-derive = "0.3.0"
serde_json = "1.0.80" serde_json = "1.0.81"
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.18.1", features = ["full", "test-util"] } tokio = { version = "1.18.1", features = ["full", "test-util"] }

View File

@ -11,7 +11,7 @@ publish = false
structopt = "0.3.26" structopt = "0.3.26"
color-eyre = "0.6.0" color-eyre = "0.6.0"
hex = "0.4.3" hex = "0.4.3"
serde_json = "1.0.80" serde_json = "1.0.81"
tracing-error = { version = "0.1.2", features = ["traced-error"] } tracing-error = { version = "0.1.2", features = ["traced-error"] }
tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] } tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] }

View File

@ -79,7 +79,7 @@ regex = "1.5.5"
reqwest = "0.11" reqwest = "0.11"
semver = "1.0.9" semver = "1.0.9"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable # zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.80", features = ["preserve_order"] } serde_json = { version = "1.0.81", features = ["preserve_order"] }
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = { version = "1.18.1", features = ["full", "test-util"] } tokio = { version = "1.18.1", features = ["full", "test-util"] }
tonic = "0.7.0" tonic = "0.7.0"