build(deps): bump serde_json from 1.0.95 to 1.0.96 (#6502)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96) --- 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:
parent
b6894a05a5
commit
225e5ea39a
|
|
@ -4114,9 +4114,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.95"
|
version = "1.0.96"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itoa",
|
"itoa",
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ jsonrpc-http-server = "18.0.0"
|
||||||
num_cpus = "1.15.0"
|
num_cpus = "1.15.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.95", features = ["preserve_order"] }
|
serde_json = { version = "1.0.96", features = ["preserve_order"] }
|
||||||
indexmap = { version = "1.9.3", features = ["serde"] }
|
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||||
|
|
||||||
tokio = { version = "1.27.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
|
tokio = { version = "1.27.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ tracing = "0.1.37"
|
||||||
|
|
||||||
# elasticsearch specific dependencies.
|
# elasticsearch specific dependencies.
|
||||||
elasticsearch = { version = "8.5.0-alpha.1", package = "elasticsearch", optional = true }
|
elasticsearch = { version = "8.5.0-alpha.1", package = "elasticsearch", optional = true }
|
||||||
serde_json = { version = "1.0.95", package = "serde_json", optional = true }
|
serde_json = { version = "1.0.96", package = "serde_json", optional = true }
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
|
|
||||||
structopt = "0.3.26"
|
structopt = "0.3.26"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
serde_json = "1.0.95"
|
serde_json = "1.0.96"
|
||||||
tracing-error = "0.2.0"
|
tracing-error = "0.2.0"
|
||||||
tracing-subscriber = "0.3.16"
|
tracing-subscriber = "0.3.16"
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,7 @@ regex = "1.7.3"
|
||||||
semver = "1.0.17"
|
semver = "1.0.17"
|
||||||
|
|
||||||
# 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.95", features = ["preserve_order"] }
|
serde_json = { version = "1.0.96", features = ["preserve_order"] }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
|
|
||||||
hyper = { version = "0.14.25", features = ["http1", "http2", "server"]}
|
hyper = { version = "0.14.25", features = ["http1", "http2", "server"]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue