Skip to content

Commit

Permalink
build(deps): bump the prod group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prod group with 3 updates: [clap](https://github.com/clap-rs/clap), [inferno](https://github.com/jonhoo/inferno) and [hyper](https://github.com/hyperium/hyper).


Updates `clap` from 4.4.8 to 4.4.9
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.8...v4.4.9)

Updates `inferno` from 0.11.18 to 0.11.19
- [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md)
- [Commits](jonhoo/inferno@v0.11.18...v0.11.19)

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)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: inferno
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent de978d0 commit e16903f
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 39 deletions.
127 changes: 93 additions & 34 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.4.8",
"clap 4.4.9",
"color-eyre",
"fs-err",
"once_cell",
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 @@ -766,19 +766,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.4.8"
version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.4.8"
version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1"
dependencies = [
"anstream",
"anstyle",
Expand Down Expand Up @@ -953,7 +953,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.8",
"clap 4.4.9",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
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 @@ -2071,9 +2130,9 @@ dependencies = [

[[package]]
name = "inferno"
version = "0.11.18"
version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b"
checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9"
dependencies = [
"ahash",
"is-terminal",
Expand Down Expand Up @@ -2223,7 +2282,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 @@ -2478,7 +2537,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 @@ -3513,10 +3572,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 @@ -4555,10 +4614,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 @@ -5768,7 +5827,7 @@ dependencies = [
"chrono",
"futures",
"hex",
"hyper",
"hyper 1.0.1",
"indexmap 2.1.0",
"insta",
"jsonrpc-core",
Expand Down Expand Up @@ -5929,7 +5988,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.4.8",
"clap 4.4.9",
"color-eyre",
"console-subscriber",
"dirs",
Expand All @@ -5938,7 +5997,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-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock", "s
futures = "0.3.29"

# lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.27", features = ["http1", "server"] }
hyper = { version = "1.0.1", features = ["http1", "server"] }

jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.0", optional = tru
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.31", optional = true }

abscissa_core = "0.7.0"
clap = { version = "4.4.8", features = ["cargo"] }
clap = { version = "4.4.9", features = ["cargo"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.1"
Expand Down Expand Up @@ -204,13 +204,13 @@ sentry = { version = "0.31.8", default-features = false, features = ["backtrace"

# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
inferno = { version = "0.11.18", default-features = false, optional = true }
inferno = { version = "0.11.19", default-features = false, optional = true }

# prod feature journald
tracing-journald = { version = "0.3.0", optional = true }

# prod feature filter-reload
hyper = { version = "0.14.27", features = ["http1", "http2", "server"], optional = true }
hyper = { version = "1.0.1", features = ["http1", "http2", "server"], optional = true }

# prod feature prometheus
metrics-exporter-prometheus = { version = "0.12.0", default-features = false, features = ["http-listener"], optional = true }
Expand Down Expand Up @@ -251,7 +251,7 @@ insta = { version = "1.33.0", features = ["json"] }
serde_json = { version = "1.0.108", features = ["preserve_order"] }
tempfile = "3.8.1"

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

tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] }
Expand Down

0 comments on commit e16903f

Please sign in to comment.