build(deps): bump hyper from 0.14.25 to 0.14.26 (#6515)

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

---
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-04-17 01:35:08 +00:00 committed by GitHub
parent 1790d4889c
commit 5b123a36c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -36,7 +36,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock", "s
futures = "0.3.28" futures = "0.3.28"
# lightwalletd sends JSON-RPC requests over HTTP 1.1 # lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.25", features = ["http1", "server"] } hyper = { version = "0.14.26", 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

@ -157,7 +157,7 @@ inferno = { version = "0.11.15", 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.25", features = ["http1", "http2", "server"], optional = true } hyper = { version = "0.14.26", 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 }
@ -197,7 +197,7 @@ semver = "1.0.17"
serde_json = { version = "1.0.96", features = ["preserve_order"] } serde_json = { version = "1.0.96", features = ["preserve_order"] }
tempfile = "3.5.0" tempfile = "3.5.0"
hyper = { version = "0.14.25", features = ["http1", "http2", "server"]} hyper = { version = "0.14.26", features = ["http1", "http2", "server"]}
reqwest = "0.11.16" reqwest = "0.11.16"
tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] }