Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump hyper from 0.14.22 to 0.14.23 #5583

Merged
merged 1 commit into from
Nov 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump hyper from 0.14.22 to 0.14.23
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.22 to 0.14.23.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.23/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.22...v0.14.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 8, 2022
commit f759791b552e9e9c21f1242649bd37ce649d4a1b
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ chrono = { version = "0.4.22", default-features = false, features = ["clock", "s
futures = "0.3.25"

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

jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0"
4 changes: 2 additions & 2 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ inferno = { version = "0.11.12", default-features = false, optional = true }
tracing-journald = { version = "0.3.0", optional = true }

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

# prod feature prometheus
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["http-listener"], optional = true }
@@ -166,7 +166,7 @@ semver = "1.0.14"
serde_json = { version = "1.0.87", features = ["preserve_order"] }
tempfile = "3.3.0"

hyper = { version = "0.14.22", features = ["http1", "http2", "server"]}
hyper = { version = "0.14.23", features = ["http1", "http2", "server"]}
reqwest = "0.11.12"

tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] }