Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.19 to 0.14.20
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.19 to 0.14.20.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.20/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.19...v0.14.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent ad9d40a commit de1d675
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 @@ -21,7 +21,7 @@ chrono = "0.4.19"
futures = "0.3.21"

# lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.19", features = ["http1", "server"] }
hyper = { version = "0.14.20", 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 @@ -119,7 +119,7 @@ inferno = { version = "0.11.7", default-features = false, optional = true }
tracing-journald = { version = "0.3.0", optional = true }

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

# prod feature prometheus
metrics-exporter-prometheus = { version = "0.9.0", default-features = false, features = ["http-listener"], optional = true }
Expand Down Expand Up @@ -154,7 +154,7 @@ semver = "1.0.11"
serde_json = { version = "1.0.82", features = ["preserve_order"] }
tempfile = "3.3.0"

hyper = { version = "0.14.18", features = ["http1", "http2", "server"]}
hyper = { version = "0.14.20", features = ["http1", "http2", "server"]}
reqwest = "0.11.11"

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

0 comments on commit de1d675

Please sign in to comment.