Skip to content

Commit

Permalink
Merge of #6414
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 27, 2023
2 parents d6b42c8 + cdedf88 commit 7eddb49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3582,9 +3582,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"

[[package]]
name = "reqwest"
version = "0.11.15"
version = "0.11.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
dependencies = [
"async-compression",
"base64 0.21.0",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ serde_json = { version = "1.0.94", features = ["preserve_order"] }
tempfile = "3.4.0"

hyper = { version = "0.14.25", features = ["http1", "http2", "server"]}
reqwest = "0.11.15"
reqwest = "0.11.16"

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

0 comments on commit 7eddb49

Please sign in to comment.