Skip to content

Commit

Permalink
build(deps): bump the prod group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the prod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.214` |
| [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` |
| [sentry](https://github.com/getsentry/sentry-rust) | `0.32.3` | `0.34.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.9` | `0.1.10` |
| [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.0` |
| [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` |
| [elasticsearch](https://github.com/elastic/elasticsearch-rs) | `8.5.0-alpha.1` | `8.15.0-alpha.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.8` |



Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

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 `sentry` from 0.32.3 to 0.34.0
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.32.3...0.34.0)

Updates `hyper-util` from 0.1.9 to 0.1.10
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.9...v0.1.10)

Updates `insta` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.40.0...1.41.0)

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 `elasticsearch` from 8.5.0-alpha.1 to 8.15.0-alpha.1
- [Release notes](https://github.com/elastic/elasticsearch-rs/releases)
- [Commits](elastic/elasticsearch-rs@v8.5.0-alpha.1...v8.15.0-alpha.1)

Updates `reqwest` from 0.11.27 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.8)

---
updated-dependencies:
- dependency-name: serde
  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: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: hyper-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: primitive-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent d930030 commit 67c8a2e
Show file tree
Hide file tree
Showing 14 changed files with 128 additions and 376 deletions.
436 changes: 94 additions & 342 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pin-project = "1.1.6"
rayon = "1.10.0"
tokio = { version = "1.41.0", 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 Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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"

Expand Down
4 changes: 2 additions & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lazy_static = "1.4.0"
tempfile = "3.13.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 @@ -115,7 +115,7 @@ tracing = "0.1.39"

# Serialization
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.211", features = ["serde_derive", "rc"] }
serde = { version = "1.0.214", features = ["serde_derive", "rc"] }
serde_with = "3.11.0"
serde-big-array = "0.5.1"

Expand Down
4 changes: 2 additions & 2 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ rayon = "1.10.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] }
lazy_static = "1.4.0"
once_cell = "1.20.2"
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }

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"] }
tower = { version = "0.5.1", features = ["timeout", "util", "buffer"] }
tracing = "0.1.39"
tracing-futures = "0.2.5"

Expand Down
6 changes: 3 additions & 3 deletions zebra-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ futures-util = "0.3.28"
tonic = "0.12.3"
tonic-reflection = "0.12.3"
prost = "0.13.3"
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
tokio = { version = "1.41.0", 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.41" }
tonic-build = "0.12.3"

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

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state" }
Expand Down
4 changes: 2 additions & 2 deletions zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ pin-project = "1.1.6"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
tempfile = "3.13.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-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 Down
8 changes: 4 additions & 4 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.41" }
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 }
serde = { version = "1.0.211", optional = true }
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls"], optional = true }
serde = { version = "1.0.214", optional = true }
serde_json = { version = "1.0.132", optional = true }
tokio = { version = "1.41.0", 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"] }
serde = "1.0.211"
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls"] }
serde = "1.0.214"
serde_json = "1.0.132"
6 changes: 3 additions & 3 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tokio = { version = "1.41.0", features = [
"macros",
"tracing",
] }
tower = "0.4.13"
tower = "0.5.1"

# indexer-rpcs dependencies
tonic = { version = "0.12.3", optional = true }
Expand All @@ -91,7 +91,7 @@ tokio-stream = { version = "0.1.16", optional = true }
tracing = "0.1.39"

hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }

# For the `stop` RPC method.
nix = { version = "0.29.0", features = ["signal"] }
Expand Down Expand Up @@ -119,7 +119,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.41" }
tonic-build = { version = "0.12.3", optional = true }

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

proptest = "1.4.0"

Expand Down
6 changes: 3 additions & 3 deletions zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ color-eyre = "0.6.3"
indexmap = { version = "2.6.0", features = ["serde"] }
itertools = "0.13.0"
semver = "1.0.23"
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
tokio = { version = "1.41.0", features = ["time"] }
tower = "0.4.13"
tower = "0.5.1"
tracing = "0.1.39"
futures = "0.3.31"

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

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

proptest = "1.4.0"
Expand Down
8 changes: 4 additions & 4 deletions zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ regex = "1.11.0"
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"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
tempfile = "3.13.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"] }
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.41", 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.0", features = ["ron", "redactions"] }

proptest = "1.4.0"
proptest-derive = "0.5.0"
Expand Down
4 changes: 2 additions & 2 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.0"
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"] }
tower = { version = "0.5.1", features = ["util"] }
futures = "0.3.31"

color-eyre = "0.6.3"
Expand Down
4 changes: 2 additions & 2 deletions zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ 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.8", 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 }
Expand All @@ -122,6 +122,6 @@ rand = "0.8.5"
syn = { version = "2.0.79", 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 }
serde = { version = "1.0.214", features = ["serde_derive"], optional = true }
indexmap = "2.6.0"

10 changes: 5 additions & 5 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ humantime-serde = "1.1.1"
indexmap = "2.6.0"
lazy_static = "1.4.0"
semver = "1.0.23"
serde = { version = "1.0.211", features = ["serde_derive"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
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-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 Down Expand Up @@ -209,7 +209,7 @@ rand = "0.8.5"
thread-priority = { version = "1.0.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 All @@ -221,7 +221,7 @@ tracing-journald = { version = "0.3.0", optional = true }
# prod feature filter-reload
hyper = { version = "1.5.0", features = ["http1", "http2", "server"], optional = true }
http-body-util = { version = "0.1.2", optional = true }
hyper-util = { version = "0.1.9", optional = true }
hyper-util = { version = "0.1.10", optional = true }
bytes = { version = "1.8.0", optional = true }

# prod feature prometheus
Expand Down Expand Up @@ -257,7 +257,7 @@ 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.0", 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"] }
Expand Down

0 comments on commit 67c8a2e

Please sign in to comment.