Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` |
| [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.2` | `0.2.3` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `1.0.1` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.1` | `0.12.2` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.11.0` | `0.12.0` |


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

Updates `tracing-appender` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-appender-0.2.2...tracing-appender-0.2.3)

Updates `hyper` from 0.14.27 to 1.0.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.27...v1.0.1)

Updates `prost` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.1...v0.12.2)

Updates `itertools` from 0.11.0 to 0.12.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: tracing-appender
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 3be22b2 commit 8e185c6
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 58 deletions.
159 changes: 115 additions & 44 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"termcolor",
"toml 0.5.11",
"tracing",
"tracing-log",
"tracing-log 0.1.4",
"tracing-subscriber",
"wait-timeout",
]
Expand Down Expand Up @@ -281,9 +281,9 @@ dependencies = [
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
"itoa",
"matchit",
"memchr",
Expand All @@ -307,8 +307,8 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"http 0.2.9",
"http-body 0.4.5",
"mime",
"rustversion",
"tower-layer",
Expand Down Expand Up @@ -1670,14 +1670,33 @@ dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"http",
"http 0.2.9",
"indexmap 1.9.3",
"slab",
"tokio",
"tokio-util 0.7.10",
"tracing",
]

[[package]]
name = "h2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 1.0.0",
"indexmap 2.1.0",
"slab",
"tokio",
"tokio-util 0.7.10",
"tracing",
]

[[package]]
name = "half"
version = "1.8.2"
Expand Down Expand Up @@ -1871,17 +1890,38 @@ dependencies = [
"itoa",
]

[[package]]
name = "http"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
dependencies = [
"bytes",
"fnv",
"itoa",
]

[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"http 0.2.9",
"pin-project-lite",
]

[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.0.0",
]

[[package]]
name = "httparse"
version = "1.8.0"
Expand Down Expand Up @@ -1920,9 +1960,9 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"h2 0.3.21",
"http 0.2.9",
"http-body 0.4.5",
"httparse",
"httpdate",
"itoa",
Expand All @@ -1934,15 +1974,34 @@ dependencies = [
"want",
]

[[package]]
name = "hyper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.0",
"http 1.0.0",
"http-body 1.0.0",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"tokio",
]

[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http",
"hyper",
"http 0.2.9",
"hyper 0.14.27",
"rustls",
"tokio",
"tokio-rustls",
Expand All @@ -1954,7 +2013,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"hyper 0.14.27",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
Expand Down Expand Up @@ -2149,9 +2208,9 @@ dependencies = [

[[package]]
name = "itertools"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
Expand Down Expand Up @@ -2214,7 +2273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
dependencies = [
"futures",
"hyper",
"hyper 0.14.27",
"jsonrpc-core",
"jsonrpc-server-utils",
"log",
Expand Down Expand Up @@ -2469,7 +2528,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a4964177ddfdab1e3a2b37aec7cf320e14169abb0ed73999f558136409178d5"
dependencies = [
"base64 0.21.5",
"hyper",
"hyper 0.14.27",
"indexmap 1.9.3",
"ipnet",
"metrics",
Expand Down Expand Up @@ -3158,9 +3217,9 @@ dependencies = [

[[package]]
name = "prost"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
checksum = "5a5a410fc7882af66deb8d01d01737353cf3ad6204c408177ba494291a626312"
dependencies = [
"bytes",
"prost-derive",
Expand All @@ -3174,7 +3233,7 @@ checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac"
dependencies = [
"bytes",
"heck 0.4.1",
"itertools 0.11.0",
"itertools 0.10.5",
"log",
"multimap",
"once_cell",
Expand All @@ -3190,12 +3249,12 @@ dependencies = [

[[package]]
name = "prost-derive"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
checksum = "065717a5dfaca4a83d2fe57db3487b311365200000551d7a364e715dbf4346bc"
dependencies = [
"anyhow",
"itertools 0.11.0",
"itertools 0.10.5",
"proc-macro2",
"quote",
"syn 2.0.38",
Expand Down Expand Up @@ -3504,10 +3563,10 @@ dependencies = [
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"h2 0.3.21",
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
"hyper-rustls",
"ipnet",
"js-sys",
Expand Down Expand Up @@ -4546,10 +4605,10 @@ dependencies = [
"axum",
"base64 0.21.5",
"bytes",
"h2",
"http",
"http-body",
"hyper",
"h2 0.3.21",
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
"hyper-timeout",
"percent-encoding",
"pin-project",
Expand Down Expand Up @@ -4672,11 +4731,12 @@ dependencies = [

[[package]]
name = "tracing-appender"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
"thiserror",
"time",
"tracing-subscriber",
]
Expand Down Expand Up @@ -4755,11 +4815,22 @@ dependencies = [
"tracing-core",
]

[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]

[[package]]
name = "tracing-subscriber"
version = "0.3.17"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
Expand All @@ -4770,7 +4841,7 @@ dependencies = [
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-log 0.2.0",
]

[[package]]
Expand Down Expand Up @@ -5604,7 +5675,7 @@ dependencies = [
"hex",
"humantime",
"incrementalmerkletree",
"itertools 0.11.0",
"itertools 0.12.0",
"jubjub",
"lazy_static",
"num-integer",
Expand Down Expand Up @@ -5701,7 +5772,7 @@ dependencies = [
"howudoin",
"humantime-serde",
"indexmap 2.1.0",
"itertools 0.11.0",
"itertools 0.12.0",
"lazy_static",
"metrics",
"num-integer",
Expand Down Expand Up @@ -5747,7 +5818,7 @@ dependencies = [
"chrono",
"futures",
"hex",
"hyper",
"hyper 1.0.1",
"indexmap 2.1.0",
"insta",
"jsonrpc-core",
Expand Down Expand Up @@ -5823,7 +5894,7 @@ dependencies = [
"humantime-serde",
"indexmap 2.1.0",
"insta",
"itertools 0.11.0",
"itertools 0.12.0",
"jubjub",
"lazy_static",
"metrics",
Expand Down Expand Up @@ -5860,7 +5931,7 @@ dependencies = [
"humantime",
"indexmap 2.1.0",
"insta",
"itertools 0.11.0",
"itertools 0.12.0",
"lazy_static",
"once_cell",
"owo-colors",
Expand All @@ -5884,7 +5955,7 @@ version = "1.0.0-beta.31"
dependencies = [
"color-eyre",
"hex",
"itertools 0.11.0",
"itertools 0.12.0",
"regex",
"reqwest",
"serde_json",
Expand Down Expand Up @@ -5915,7 +5986,7 @@ dependencies = [
"hex-literal",
"howudoin",
"humantime-serde",
"hyper",
"hyper 1.0.1",
"indexmap 2.1.0",
"indicatif",
"inferno",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ serde-big-array = "0.5.1"

# Processing
futures = "0.3.29"
itertools = "0.11.0"
itertools = "0.12.0"
rayon = "1.7.0"

# ZF deps
Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spandoc = "0.2.2"

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

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

0 comments on commit 8e185c6

Please sign in to comment.