Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.21 to 0.14.22 (#5525)
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.21 to 0.14.22.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.22/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.21...v0.14.22)

---
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 2, 2022
1 parent 2881ea6 commit 60cfde6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -17,7 +17,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.21", features = ["http1", "server"] }
hyper = { version = "0.14.22", 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 @@ -125,7 +125,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.21", features = ["http1", "http2", "server"], optional = true }
hyper = { version = "0.14.22", 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 @@ -160,7 +160,7 @@ semver = "1.0.14"
serde_json = { version = "1.0.87", features = ["preserve_order"] }
tempfile = "3.3.0"

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

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

0 comments on commit 60cfde6

Please sign in to comment.