Skip to content

Commit

Permalink
build(deps): bump the prod group with 7 updates (#8557)
Browse files Browse the repository at this point in the history
Bumps the prod group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |
| [insta](https://github.com/mitsuhiko/insta) | `1.38.0` | `1.39.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.4` | `0.12.6` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.63` | `2.0.65` |


Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

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

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

Updates `prost` from 0.12.4 to 0.12.6
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.4...v0.12.6)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `syn` from 2.0.63 to 2.0.65
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.63...2.0.65)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: thiserror
  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: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent c494aa7 commit 0cceb6a
Show file tree
Hide file tree
Showing 13 changed files with 104 additions and 104 deletions.
134 changes: 67 additions & 67 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@ humantime = "2.1.0"
# Error Handling & Formatting
displaydoc = "0.2.4"
static_assertions = "1.1.0"
thiserror = "1.0.60"
thiserror = "1.0.61"
tracing = "0.1.39"

# Serialization
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.201", features = ["serde_derive", "rc"] }
serde = { version = "1.0.202", features = ["serde_derive", "rc"] }
serde_with = "3.7.0"
serde-big-array = "0.5.1"

# Processing
futures = "0.3.30"
itertools = "0.12.1"
itertools = "0.13.0"
rayon = "1.10.0"

# ZF deps
Expand Down
4 changes: 2 additions & 2 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock", "s
displaydoc = "0.2.4"
lazy_static = "1.4.0"
once_cell = "1.18.0"
serde = { version = "1.0.201", features = ["serde_derive"] }
serde = { version = "1.0.202", features = ["serde_derive"] }

futures = "0.3.30"
futures-util = "0.3.28"
metrics = "0.22.3"
thiserror = "1.0.60"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.39"
Expand Down
6 changes: 3 additions & 3 deletions zebra-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ categories = ["cryptography::cryptocurrencies"]
futures-util = "0.3.28"
tonic = "0.11.0"
tonic-reflection = "0.11.0"
prost = "0.12.4"
serde = { version = "1.0.201", features = ["serde_derive"] }
prost = "0.12.6"
serde = { version = "1.0.202", features = ["serde_derive"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1.15"
tower = { version = "0.4.13", features = ["util", "buffer"] }
Expand All @@ -35,7 +35,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.37" }
tonic-build = "0.11.0"

[dev-dependencies]
insta = { version = "1.38.0", features = ["redactions", "json", "ron"] }
insta = { version = "1.39.0", 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 @@ -48,17 +48,17 @@ dirs = "5.0.1"
hex = "0.4.3"
humantime-serde = "1.1.1"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"
num-integer = "0.1.46"
ordered-map = "0.4.2"
pin-project = "1.1.5"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.201", features = ["serde_derive"] }
serde = { version = "1.0.202", features = ["serde_derive"] }
tempfile = "3.10.1"
thiserror = "1.0.60"
thiserror = "1.0.61"

futures = "0.3.30"
tokio = { version = "1.37.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
Expand Down Expand Up @@ -91,7 +91,7 @@ proptest-derive = "0.4.0"

static_assertions = "1.1.0"
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] }
toml = "0.8.11"
toml = "0.8.13"

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }
4 changes: 2 additions & 2 deletions zebra-node-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.201", optional = true }
serde = { version = "1.0.202", optional = true }
serde_json = { version = "1.0.117", optional = true }
tokio = { version = "1.37.0", features = ["time"], optional = true }

Expand All @@ -55,5 +55,5 @@ tokio = { version = "1.37.0", features = ["time"], optional = true }
color-eyre = "0.6.3"
jsonrpc-core = "18.0.0"
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] }
serde = "1.0.201"
serde = "1.0.202"
serde_json = "1.0.117"
6 changes: 3 additions & 3 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tower = "0.4.13"
tracing = "0.1.39"

hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.201", features = ["serde_derive"] }
serde = { version = "1.0.202", features = ["serde_derive"] }

# Experimental feature getblocktemplate-rpcs
rand = { version = "0.8.5", optional = true }
Expand All @@ -80,11 +80,11 @@ zebra-script = { path = "../zebra-script", version = "1.0.0-beta.37" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.37" }

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

proptest = "1.4.0"

thiserror = "1.0.60"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37", features = ["proptest-impl"] }
Expand Down
6 changes: 3 additions & 3 deletions zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ proptest-impl = [

color-eyre = "0.6.3"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.12.1"
itertools = "0.13.0"
semver = "1.0.23"
serde = { version = "1.0.201", features = ["serde_derive"] }
serde = { version = "1.0.202", features = ["serde_derive"] }
tokio = { version = "1.37.0", features = ["time"] }
tower = "0.4.13"
tracing = "0.1.39"
Expand Down Expand Up @@ -75,7 +75,7 @@ zcash_note_encryption = { version = "0.4.0", optional = true }
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.37", optional = true }

[dev-dependencies]
insta = { version = "1.38.0", features = ["ron", "redactions"] }
insta = { version = "1.39.0", features = ["ron", "redactions"] }
tokio = { version = "1.37.0", features = ["test-util"] }

proptest = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zcash_script = "0.1.15"

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37" }

thiserror = "1.0.60"
thiserror = "1.0.61"
displaydoc = "0.2.4"

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ hex-literal = "0.4.1"
humantime-serde = "1.1.1"
human_bytes = { version = "0.4.3", default-features = false }
indexmap = "2.2.6"
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"
metrics = "0.22.3"
mset = "0.1.1"
regex = "1.10.4"
rlimit = "0.10.1"
rocksdb = { version = "0.22.0", default-features = false, features = ["lz4"] }
semver = "1.0.23"
serde = { version = "1.0.201", features = ["serde_derive"] }
serde = { version = "1.0.202", features = ["serde_derive"] }
tempfile = "3.10.1"
thiserror = "1.0.60"
thiserror = "1.0.61"

rayon = "1.10.0"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "sync", "tracing"] }
Expand Down Expand Up @@ -97,7 +97,7 @@ once_cell = "1.18.0"
spandoc = "0.2.2"

hex = { version = "0.4.3", features = ["serde"] }
insta = { version = "1.38.0", features = ["ron", "redactions"] }
insta = { version = "1.39.0", features = ["ron", "redactions"] }

proptest = "1.4.0"
proptest-derive = "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
hex = "0.4.3"
indexmap = "2.2.6"
lazy_static = "1.4.0"
insta = "1.38.0"
itertools = "0.12.1"
insta = "1.39.0"
itertools = "0.13.0"
proptest = "1.4.0"
once_cell = "1.18.0"
rand = "0.8.5"
Expand All @@ -37,7 +37,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
humantime = "2.1.0"
owo-colors = "4.0.0"
spandoc = "0.2.2"
thiserror = "1.0.60"
thiserror = "1.0.61"

tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-error = "0.2.0"
Expand Down
8 changes: 4 additions & 4 deletions zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ hex = "0.4.3"
serde_json = "1.0.117"
tracing-error = "0.2.0"
tracing-subscriber = "0.3.18"
thiserror = "1.0.60"
thiserror = "1.0.61"

zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.37" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37" }
Expand All @@ -108,7 +108,7 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.6", optional = tru
zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.37", optional = true }

# These crates are needed for the zebra-checkpoints binary
itertools = { version = "0.12.1", optional = true }
itertools = { version = "0.13.0", optional = true }

# These crates are needed for the search-issue-refs binary
regex = { version = "1.10.4", optional = true }
Expand All @@ -124,7 +124,7 @@ zcash_primitives = { version = "0.13.0", optional = true }
zcash_client_backend = {version = "0.10.0-rc.1", optional = true}

# For the openapi generator
syn = { version = "2.0.63", features = ["full"], optional = true }
syn = { version = "2.0.65", features = ["full"], optional = true }
quote = { version = "1.0.36", optional = true }
serde_yaml = { version = "0.9.34+deprecated", optional = true }
serde = { version = "1.0.201", features = ["serde_derive"], optional = true }
serde = { version = "1.0.202", features = ["serde_derive"], optional = true }
10 changes: 5 additions & 5 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ humantime-serde = "1.1.1"
indexmap = "2.2.6"
lazy_static = "1.4.0"
semver = "1.0.23"
serde = { version = "1.0.201", features = ["serde_derive"] }
toml = "0.8.11"
serde = { version = "1.0.202", features = ["serde_derive"] }
toml = "0.8.13"

futures = "0.3.30"
rayon = "1.10.0"
Expand All @@ -193,7 +193,7 @@ color-eyre = { version = "0.6.3", default-features = false, features = ["issue-u
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }

thiserror = "1.0.60"
thiserror = "1.0.61"

tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-appender = "0.2.3"
Expand Down Expand Up @@ -258,7 +258,7 @@ hex-literal = "0.4.1"
jsonrpc-core = "18.0.0"
once_cell = "1.18.0"
regex = "1.10.4"
insta = { version = "1.38.0", features = ["json"] }
insta = { version = "1.39.0", features = ["json"] }

# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.117", features = ["preserve_order"] }
Expand All @@ -271,7 +271,7 @@ tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.15"

# test feature lightwalletd-grpc-tests
prost = "0.12.4"
prost = "0.12.6"
tonic = "0.11.0"

proptest = "1.4.0"
Expand Down

0 comments on commit 0cceb6a

Please sign in to comment.