build(deps): bump hyper from 0.14.23 to 0.14.24 (#6094)

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-06 00:32:06 +00:00 committed by GitHub
parent d67b3b641d
commit c4032e2b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1839,9 +1839,9 @@ dependencies = [
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.23" version = "0.14.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",

View File

@ -37,7 +37,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["clock", "s
futures = "0.3.26" futures = "0.3.26"
# lightwalletd sends JSON-RPC requests over HTTP 1.1 # lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.23", features = ["http1", "server"] } hyper = { version = "0.14.24", features = ["http1", "server"] }
jsonrpc-core = "18.0.0" jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0" jsonrpc-derive = "18.0.0"

View File

@ -147,7 +147,7 @@ inferno = { version = "0.11.14", default-features = false, optional = true }
tracing-journald = { version = "0.3.0", optional = true } tracing-journald = { version = "0.3.0", optional = true }
# prod feature filter-reload # prod feature filter-reload
hyper = { version = "0.14.23", features = ["http1", "http2", "server"], optional = true } hyper = { version = "0.14.24", features = ["http1", "http2", "server"], optional = true }
# prod feature prometheus # prod feature prometheus
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["http-listener"], optional = true } metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["http-listener"], optional = true }
@ -183,7 +183,7 @@ semver = "1.0.16"
serde_json = { version = "1.0.91", features = ["preserve_order"] } serde_json = { version = "1.0.91", features = ["preserve_order"] }
tempfile = "3.3.0" tempfile = "3.3.0"
hyper = { version = "0.14.23", features = ["http1", "http2", "server"]} hyper = { version = "0.14.24", features = ["http1", "http2", "server"]}
reqwest = "0.11.14" reqwest = "0.11.14"
tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] } tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] }