Skip to content

Commit

Permalink
build(deps): bump the prod group with 10 updates (#9077)
Browse files Browse the repository at this point in the history
* build(deps): bump the prod group with 10 updates

Bumps the prod group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` |
| [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` |
| [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |


Updates `clap` from 4.5.21 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.21...clap_complete-v4.5.23)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

Updates `tokio-stream` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17)

Updates `tower` from 0.4.13 to 0.5.1
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1)

Updates `thiserror` from 2.0.3 to 2.0.6
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.6)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `prost` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.3...v0.13.4)

Updates `primitive-types` from 0.12.2 to 0.13.1
- [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1)

Updates `tokio-util` from 0.7.12 to 0.7.13
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: primitive-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <[email protected]>

* downgrade tower and primitive-types

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent eb1d129 commit 568b25e
Show file tree
Hide file tree
Showing 15 changed files with 96 additions and 96 deletions.
86 changes: 43 additions & 43 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.5.21",
"clap 4.5.23",
"color-eyre",
"fs-err",
"once_cell",
Expand Down Expand Up @@ -741,9 +741,9 @@ dependencies = [

[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
"android-tzdata",
"iana-time-zone",
Expand Down Expand Up @@ -818,19 +818,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.21"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.5.21"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
dependencies = [
"anstream",
"anstyle",
Expand All @@ -852,9 +852,9 @@ dependencies = [

[[package]]
name = "clap_lex"
version = "0.7.2"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"

[[package]]
name = "color-eyre"
Expand Down Expand Up @@ -987,7 +987,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.5.21",
"clap 4.5.23",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
Expand Down Expand Up @@ -1621,7 +1621,7 @@ dependencies = [
"indexmap 2.7.0",
"slab",
"tokio",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
"tracing",
]

Expand Down Expand Up @@ -3197,9 +3197,9 @@ dependencies = [

[[package]]
name = "prost"
version = "0.13.3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
dependencies = [
"bytes",
"prost-derive",
Expand Down Expand Up @@ -3228,9 +3228,9 @@ dependencies = [

[[package]]
name = "prost-derive"
version = "0.13.3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
dependencies = [
"anyhow",
"itertools 0.13.0",
Expand Down Expand Up @@ -3613,7 +3613,7 @@ dependencies = [
"sync_wrapper 1.0.1",
"tokio",
"tokio-rustls",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
"tower-service",
"url",
"wasm-bindgen",
Expand Down Expand Up @@ -4361,11 +4361,11 @@ dependencies = [

[[package]]
name = "thiserror"
version = "2.0.3"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
dependencies = [
"thiserror-impl 2.0.3",
"thiserror-impl 2.0.6",
]

[[package]]
Expand All @@ -4381,9 +4381,9 @@ dependencies = [

[[package]]
name = "thiserror-impl"
version = "2.0.3"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
dependencies = [
"proc-macro2",
"quote",
Expand Down Expand Up @@ -4474,9 +4474,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"

[[package]]
name = "tokio"
version = "1.41.1"
version = "1.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
dependencies = [
"backtrace",
"bytes",
Expand Down Expand Up @@ -4515,14 +4515,14 @@ dependencies = [

[[package]]
name = "tokio-stream"
version = "0.1.16"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
]

[[package]]
Expand Down Expand Up @@ -4554,9 +4554,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.12"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
"bytes",
"futures-core",
Expand Down Expand Up @@ -4680,7 +4680,7 @@ dependencies = [
"rand 0.8.5",
"slab",
"tokio",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
"tower-layer",
"tower-service",
"tracing",
Expand Down Expand Up @@ -4714,7 +4714,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-test",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
"tower 0.4.13",
"tower-fallback",
"tower-test",
Expand Down Expand Up @@ -4872,9 +4872,9 @@ dependencies = [

[[package]]
name = "tracing-subscriber"
version = "0.3.18"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
"nu-ansi-term",
Expand Down Expand Up @@ -5847,7 +5847,7 @@ dependencies = [
"spandoc",
"static_assertions",
"tempfile",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tinyvec",
"tokio",
"tracing",
Expand Down Expand Up @@ -5890,7 +5890,7 @@ dependencies = [
"sapling-crypto",
"serde",
"spandoc",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tinyvec",
"tokio",
"tower 0.4.13",
Expand Down Expand Up @@ -5959,10 +5959,10 @@ dependencies = [
"serde",
"static_assertions",
"tempfile",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tokio",
"tokio-stream",
"tokio-util 0.7.12",
"tokio-util 0.7.13",
"toml 0.8.19",
"tower 0.4.13",
"tracing",
Expand Down Expand Up @@ -6005,7 +6005,7 @@ dependencies = [
"rand 0.8.5",
"serde",
"serde_json",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tokio",
"tokio-stream",
"tonic",
Expand Down Expand Up @@ -6076,7 +6076,7 @@ version = "1.0.0-beta.43"
dependencies = [
"hex",
"lazy_static",
"thiserror 2.0.3",
"thiserror 2.0.6",
"zcash_script",
"zebra-chain",
"zebra-test",
Expand Down Expand Up @@ -6118,7 +6118,7 @@ dependencies = [
"serde_json",
"spandoc",
"tempfile",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tinyvec",
"tokio",
"tower 0.4.13",
Expand Down Expand Up @@ -6146,7 +6146,7 @@ dependencies = [
"regex",
"spandoc",
"tempfile",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tinyvec",
"tokio",
"tower 0.4.13",
Expand All @@ -6173,7 +6173,7 @@ dependencies = [
"serde_yml",
"structopt",
"syn 2.0.90",
"thiserror 2.0.3",
"thiserror 2.0.6",
"tinyvec",
"tokio",
"tracing-error",
Expand All @@ -6194,7 +6194,7 @@ dependencies = [
"atty",
"bytes",
"chrono",
"clap 4.5.21",
"clap 4.5.23",
"color-eyre",
"console-subscriber",
"dirs",
Expand Down Expand Up @@ -6229,7 +6229,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.3",
"thiserror 2.0.6",
"thread-priority",
"tinyvec",
"tokio",
Expand Down
6 changes: 3 additions & 3 deletions tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ futures = "0.3.31"
futures-core = "0.3.28"
pin-project = "1.1.6"
rayon = "1.10.0"
tokio = { version = "1.41.1", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.12"
tokio = { version = "1.42.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.13"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.41"
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.1", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.42.0", features = ["full", "tracing", "test-util"] }
tokio-test = "0.4.4"
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.19" }
tower-test = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ futures-core = "0.3.28"
tracing = "0.1.41"

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

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.43" }
8 changes: 4 additions & 4 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ zcash_protocol.workspace = true
zcash_address.workspace = true

# Time
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "serde"] }
chrono = { version = "0.4.39", default-features = false, features = ["clock", "std", "serde"] }
humantime = "2.1.0"

# Error Handling & Formatting
static_assertions = "1.1.0"
thiserror = "2.0.3"
thiserror = "2.0.6"
tracing = "0.1.41"

# Serialization
Expand All @@ -133,7 +133,7 @@ reddsa = "0.5.1"
serde_json = { version = "1.0.133", optional = true }

# Production feature async-error and testing feature proptest-impl
tokio = { version = "1.41.1", optional = true }
tokio = { version = "1.42.0", 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.1", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.42.0", features = ["full", "tracing", "test-util"] }

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

Expand Down
10 changes: 5 additions & 5 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jubjub = "0.10.0"
rand = "0.8.5"
rayon = "1.10.0"

chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.39", default-features = false, features = ["clock", "std"] }
lazy_static = "1.4.0"
once_cell = "1.20.2"
serde = { version = "1.0.215", features = ["serde_derive"] }

futures = "0.3.31"
futures-util = "0.3.28"
metrics = "0.24.1"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.41"
tracing-futures = "0.2.5"
Expand Down Expand Up @@ -90,9 +90,9 @@ proptest = "1.4.0"
proptest-derive = "0.5.0"
spandoc = "0.2.2"

tokio = { version = "1.41.1", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.42.0", features = ["full", "tracing", "test-util"] }
tracing-error = "0.2.1"
tracing-subscriber = "0.3.18"
tracing-subscriber = "0.3.19"

zebra-state = { path = "../zebra-state", version = "1.0.0-beta.43", features = ["proptest-impl"] }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.43", features = ["proptest-impl"] }
Expand Down
Loading

0 comments on commit 568b25e

Please sign in to comment.