Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.22 to 0.14.23 (#5583)
Browse files Browse the repository at this point in the history
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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 4ccd074 commit 8d9c3ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 8d9c3ec

Please sign in to comment.