build(deps): bump hyper from 0.14.24 to 0.14.25 (#6307)

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

---
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-03-15 15:18:37 +00:00 committed by GitHub
parent ccb772278a
commit 634d17d4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -149,7 +149,7 @@ inferno = { version = "0.11.15", default-features = false, optional = true }
tracing-journald = { version = "0.3.0", optional = true }
# prod feature filter-reload
hyper = { version = "0.14.24", features = ["http1", "http2", "server"], optional = true }
hyper = { version = "0.14.25", features = ["http1", "http2", "server"], optional = true }
# prod feature prometheus
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["http-listener"], optional = true }
@ -185,7 +185,7 @@ semver = "1.0.16"
serde_json = { version = "1.0.94", features = ["preserve_order"] }
tempfile = "3.4.0"
hyper = { version = "0.14.24", features = ["http1", "http2", "server"]}
hyper = { version = "0.14.25", features = ["http1", "http2", "server"]}
reqwest = "0.11.14"
tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] }