Skip to content

Commit

Permalink
Update Rust crate hyper to v0.14.26 (#6331)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 14, 2023
1 parent dd02d66 commit 8ca037e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ futures-util = "=0.3.28"
hex = "=0.4.3"
http = "=0.2.9"
http-body = "=0.4.5"
hyper = { version = "=0.14.25", features = ["backports", "client", "deprecated", "http1"] }
hyper = { version = "=0.14.26", features = ["backports", "client", "deprecated", "http1"] }
indexmap = { version = "=1.9.3", features = ["serde-1"] }
indicatif = "=0.17.3"
ipnetwork = "=0.20.0"
Expand Down

0 comments on commit 8ca037e

Please sign in to comment.