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 across 1 directory with 10 updates #9011

Closed
wants to merge 1 commit into from
Closed
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
500 changes: 126 additions & 374 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ futures = "0.3.31"
futures-core = "0.3.28"
pin-project = "1.1.6"
rayon = "1.10.0"
tokio = { version = "1.41.0", features = ["time", "sync", "tracing", "macros"] }
tokio = { version = "1.41.1", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.12"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tower = { version = "0.5.1", features = ["util", "buffer"] }
tracing = "0.1.39"
tracing-futures = "0.2.5"

Expand All @@ -41,7 +41,7 @@ tinyvec = { version = "1.8.0", features = ["rustc_1_55"] }
ed25519-zebra = "4.0.3"
rand = "0.8.5"

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
tokio-test = "0.4.4"
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.18" }
tower-test = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ categories = ["algorithms", "asynchronous"]

[dependencies]
pin-project = "1.1.6"
tower = "0.4.13"
tower = "0.5.1"
futures-core = "0.3.28"
tracing = "0.1.39"

[dev-dependencies]
tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.42" }
8 changes: 4 additions & 4 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ group = "0.13.0"
incrementalmerkletree.workspace = true
jubjub = "0.10.0"
lazy_static = "1.4.0"
tempfile = "3.13.0"
tempfile = "3.14.0"
dirs = "5.0.1"
num-integer = "0.1.46"
primitive-types = "0.12.2"
primitive-types = "0.13.1"
rand_core = "0.6.4"
ripemd = "0.1.3"
# Matches version used by hdwallet
Expand Down Expand Up @@ -133,7 +133,7 @@ reddsa = "0.5.1"
serde_json = { version = "1.0.132", optional = true }

# Production feature async-error and testing feature proptest-impl
tokio = { version = "1.41.0", optional = true }
tokio = { version = "1.41.1", optional = true }

# Experimental feature shielded-scan
zcash_client_backend = { workspace = true, optional = true }
Expand Down Expand Up @@ -166,7 +166,7 @@ proptest-derive = "0.5.0"
rand = "0.8.5"
rand_chacha = "0.3.1"

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.42" }

Expand Down
6 changes: 3 additions & 3 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ futures = "0.3.31"
futures-util = "0.3.28"
metrics = "0.24.0"
thiserror = "1.0.64"
tokio = { version = "1.41.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tokio = { version = "1.41.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.5.1", features = ["timeout", "util", "buffer"] }
tracing = "0.1.39"
tracing-futures = "0.2.5"

Expand Down Expand Up @@ -90,7 +90,7 @@ proptest = "1.4.0"
proptest-derive = "0.5.0"
spandoc = "0.2.2"

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
tracing-error = "0.2.0"
tracing-subscriber = "0.3.18"

Expand Down
6 changes: 3 additions & 3 deletions zebra-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ tonic = "0.12.3"
tonic-reflection = "0.12.3"
prost = "0.13.3"
serde = { version = "1.0.211", features = ["serde_derive"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1.16"
tower = { version = "0.4.13", features = ["util", "buffer", "timeout"] }
tower = { version = "0.5.1", features = ["util", "buffer", "timeout"] }
color-eyre = "0.6.3"

zcash_primitives.workspace = true
Expand All @@ -35,7 +35,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.42" }
tonic-build = "0.12.3"

[dev-dependencies]
insta = { version = "1.40.0", features = ["redactions", "json", "ron"] }
insta = { version = "1.41.1", features = ["redactions", "json", "ron"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state" }
Expand Down
8 changes: 4 additions & 4 deletions zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
serde = { version = "1.0.211", features = ["serde_derive"] }
tempfile = "3.13.0"
tempfile = "3.14.0"
thiserror = "1.0.64"

futures = "0.3.31"
tokio = { version = "1.41.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.16", features = ["sync", "time"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
tower = { version = "0.5.1", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }

metrics = "0.24.0"
tracing-futures = "0.2.5"
Expand All @@ -90,7 +90,7 @@ proptest = "1.4.0"
proptest-derive = "0.5.0"

static_assertions = "1.1.0"
tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
toml = "0.8.19"

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
Expand Down
6 changes: 3 additions & 3 deletions zebra-node-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.42" }
color-eyre = { version = "0.6.3", optional = true }
jsonrpc-core = { version = "18.0.0", optional = true }
# Security: avoid default dependency on openssl
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"], optional = true }
serde = { version = "1.0.211", optional = true }
serde_json = { version = "1.0.132", optional = true }
tokio = { version = "1.41.0", features = ["time", "sync"] }
tokio = { version = "1.41.1", features = ["time", "sync"] }

[dev-dependencies]

color-eyre = "0.6.3"
jsonrpc-core = "18.0.0"
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"] }
serde = "1.0.211"
serde_json = "1.0.132"
8 changes: 4 additions & 4 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ rand = "0.8.5"
# Error handling
color-eyre = "0.6.3"

tokio = { version = "1.41.0", features = [
tokio = { version = "1.41.1", features = [
"time",
"rt-multi-thread",
"macros",
"tracing",
] }
tower = "0.4.13"
tower = "0.5.1"

# indexer-rpcs dependencies
tonic = { version = "0.12.3", optional = true }
Expand Down Expand Up @@ -119,12 +119,12 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.42" }
tonic-build = { version = "0.12.3", optional = true }

[dev-dependencies]
insta = { version = "1.40.0", features = ["redactions", "json", "ron"] }
insta = { version = "1.41.1", features = ["redactions", "json", "ron"] }

proptest = "1.4.0"

thiserror = "1.0.64"
tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.42", features = [
"proptest-impl",
Expand Down
10 changes: 5 additions & 5 deletions zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ indexmap = { version = "2.6.0", features = ["serde"] }
itertools = "0.13.0"
semver = "1.0.23"
serde = { version = "1.0.211", features = ["serde_derive"] }
tokio = { version = "1.41.0", features = ["time"] }
tower = "0.4.13"
tokio = { version = "1.41.1", features = ["time"] }
tower = "0.5.1"
tracing = "0.1.39"
futures = "0.3.31"

Expand Down Expand Up @@ -110,8 +110,8 @@ hex = { version = "0.4.3", optional = true }
zebrad = { path = "../zebrad", version = "2.0.1" }

[dev-dependencies]
insta = { version = "1.40.0", features = ["ron", "redactions"] }
tokio = { version = "1.41.0", features = ["test-util"] }
insta = { version = "1.41.1", features = ["ron", "redactions"] }
tokio = { version = "1.41.1", features = ["test-util"] }

proptest = "1.4.0"
proptest-derive = "0.5.0"
Expand All @@ -120,7 +120,7 @@ ff = "0.13.0"
group = "0.13.0"
jubjub = "0.10.0"
rand = "0.8.5"
tempfile = "3.13.0"
tempfile = "3.14.0"
zcash_note_encryption = "0.4.0"
toml = "0.8.19"
tonic = "0.12.3"
Expand Down
12 changes: 6 additions & 6 deletions zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ rlimit = "0.10.2"
rocksdb = { version = "0.22.0", default-features = false, features = ["lz4"] }
semver = "1.0.23"
serde = { version = "1.0.211", features = ["serde_derive"] }
tempfile = "3.13.0"
tempfile = "3.14.0"
thiserror = "1.0.64"

rayon = "1.10.0"
tokio = { version = "1.41.0", features = ["rt-multi-thread", "sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "sync", "tracing"] }
tower = { version = "0.5.1", features = ["buffer", "util"] }
tracing = "0.1.39"

# elasticsearch specific dependencies.
# Security: avoid default dependency on openssl
elasticsearch = { version = "8.5.0-alpha.1", default-features = false, features = ["rustls-tls"], optional = true }
elasticsearch = { version = "8.15.0-alpha.1", default-features = false, features = ["rustls-tls"], optional = true }
serde_json = { version = "1.0.132", package = "serde_json", optional = true }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.42", features = ["async-error"] }
Expand All @@ -97,7 +97,7 @@ once_cell = "1.20.2"
spandoc = "0.2.2"

hex = { version = "0.4.3", features = ["serde"] }
insta = { version = "1.40.0", features = ["ron", "redactions"] }
insta = { version = "1.41.1", features = ["ron", "redactions"] }

proptest = "1.4.0"
proptest-derive = "0.5.0"
Expand All @@ -106,7 +106,7 @@ rand = "0.8.5"
halo2 = { package = "halo2_proofs", version = "0.3.0" }
jubjub = "0.10.0"

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.42", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.42" }
8 changes: 4 additions & 4 deletions zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
hex = "0.4.3"
indexmap = "2.6.0"
lazy_static = "1.4.0"
insta = "1.40.0"
insta = "1.41.1"
itertools = "0.13.0"
proptest = "1.4.0"
once_cell = "1.20.2"
rand = "0.8.5"
regex = "1.11.0"

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
tower = { version = "0.5.1", features = ["util"] }
futures = "0.3.31"

color-eyre = "0.6.3"
Expand All @@ -44,4 +44,4 @@ tracing-error = "0.2.0"
tracing = "0.1.39"

[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.14.0"
6 changes: 3 additions & 3 deletions zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ itertools = { version = "0.13.0", optional = true }
# These crates are needed for the search-issue-refs binary
regex = { version = "1.11.0", optional = true }
# Avoid default openssl dependency to reduce the dependency tree and security alerts.
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"], optional = true }

# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
tokio = { version = "1.41.0", features = ["full"], optional = true }
tokio = { version = "1.41.1", features = ["full"], optional = true }

jsonrpc = { version = "0.18.0", optional = true }

Expand All @@ -119,7 +119,7 @@ zcash_protocol.workspace = true

# For the openapi generator
rand = "0.8.5"
syn = { version = "2.0.79", features = ["full"], optional = true }
syn = { version = "2.0.87", features = ["full"], optional = true }
quote = { version = "1.0.37", optional = true }
serde_yml = { version = "0.0.12", optional = true }
serde = { version = "1.0.211", features = ["serde_derive"], optional = true }
Expand Down
14 changes: 7 additions & 7 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ toml = "0.8.19"

futures = "0.3.31"
rayon = "1.10.0"
tokio = { version = "1.41.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio = { version = "1.41.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio-stream = { version = "0.1.16", features = ["time"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
tower = { version = "0.5.1", features = ["hedge", "limit"] }
pin-project = "1.1.6"

color-eyre = { version = "0.6.3", default-features = false, features = ["issue-url"] }
Expand All @@ -206,10 +206,10 @@ num-integer = "0.1.46"
rand = "0.8.5"

# prod feature internal-miner
thread-priority = { version = "1.0.0", optional = true }
thread-priority = { version = "1.2.0", optional = true }

# prod feature sentry
sentry = { version = "0.32.2", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true }
sentry = { version = "0.34.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true }

# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
Expand Down Expand Up @@ -257,16 +257,16 @@ hex-literal = "0.4.1"
jsonrpc-core = "18.0.0"
once_cell = "1.20.2"
regex = "1.11.0"
insta = { version = "1.40.0", features = ["json"] }
insta = { version = "1.41.1", features = ["json"] }

# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.132", features = ["preserve_order"] }
tempfile = "3.13.0"
tempfile = "3.14.0"

hyper = { version = "1.5.0", features = ["http1", "http2", "server"]}
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }

tokio = { version = "1.41.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.16"

# test feature lightwalletd-grpc-tests
Expand Down
Loading