Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the prod group with 3 updates #8017

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"arc-swap",
"backtrace",
"canonical-path",
"clap 4.4.8",
"clap 4.4.9",
"color-eyre",
"fs-err",
"once_cell",
Expand Down Expand Up @@ -766,19 +766,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.8"
version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.4.8"
version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1"
dependencies = [
"anstream",
"anstyle",
Expand Down Expand Up @@ -953,7 +953,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.8",
"clap 4.4.9",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
Expand Down Expand Up @@ -2071,9 +2071,9 @@ dependencies = [

[[package]]
name = "inferno"
version = "0.11.18"
version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b"
checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9"
dependencies = [
"ahash",
"is-terminal",
Expand Down Expand Up @@ -3890,9 +3890,9 @@ dependencies = [

[[package]]
name = "serde"
version = "1.0.192"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
dependencies = [
"serde_derive",
]
Expand All @@ -3908,9 +3908,9 @@ dependencies = [

[[package]]
name = "serde_derive"
version = "1.0.192"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
dependencies = [
"proc-macro2",
"quote",
Expand Down Expand Up @@ -5929,7 +5929,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.4.8",
"clap 4.4.9",
"color-eyre",
"console-subscriber",
"dirs",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tracing = "0.1.39"

# Serialization
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.192", features = ["serde_derive", "rc"] }
serde = { version = "1.0.193", features = ["serde_derive", "rc"] }
serde_with = "3.4.0"
serde-big-array = "0.5.1"

Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock", "s
displaydoc = "0.2.4"
lazy_static = "1.4.0"
once_cell = "1.18.0"
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }

futures = "0.3.29"
futures-util = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pin-project = "1.1.3"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.10.2"
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
tempfile = "3.8.1"
thiserror = "1.0.48"

Expand Down
4 changes: 2 additions & 2 deletions zebra-node-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ color-eyre = { version = "0.6.2", optional = true }
jsonrpc-core = { version = "18.0.0", optional = true }
# Security: avoid default dependency on openssl
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"], optional = true }
serde = { version = "1.0.192", optional = true }
serde = { version = "1.0.193", optional = true }
serde_json = { version = "1.0.108", optional = true }

[dev-dependencies]

color-eyre = "0.6.2"
jsonrpc-core = "18.0.0"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
serde = "1.0.192"
serde = "1.0.193"
serde_json = "1.0.108"
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tower = "0.4.13"
tracing = "0.1.39"

hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }

# Experimental feature getblocktemplate-rpcs
rand = { version = "0.8.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.31" }

color-eyre = "0.6.2"
indexmap = { version = "2.0.1", features = ["serde"] }
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
tokio = { version = "1.34.0", features = ["test-util"] }
tower = "0.4.13"
tracing = "0.1.39"
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ regex = "1.10.2"
rlimit = "0.10.1"
rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] }
semver = "1.0.20"
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
tempfile = "3.8.1"
thiserror = "1.0.48"

Expand Down
6 changes: 3 additions & 3 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.0", optional = tru
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.31", optional = true }

abscissa_core = "0.7.0"
clap = { version = "4.4.8", features = ["cargo"] }
clap = { version = "4.4.9", features = ["cargo"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.1"
lazy_static = "1.4.0"
semver = "1.0.20"
serde = { version = "1.0.192", features = ["serde_derive"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
toml = "0.8.8"

futures = "0.3.29"
Expand Down Expand Up @@ -204,7 +204,7 @@ sentry = { version = "0.31.8", default-features = false, features = ["backtrace"

# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
inferno = { version = "0.11.18", default-features = false, optional = true }
inferno = { version = "0.11.19", default-features = false, optional = true }

# prod feature journald
tracing-journald = { version = "0.3.0", optional = true }
Expand Down
Loading