Skip to content

Commit

Permalink
Merge of #4764
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 2, 2022
2 parents 35ccee3 + a3dc5c1 commit 0f18c6f
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 0f18c6f

Please sign in to comment.