Skip to content

Commit

Permalink
Update Rust crate hyper to v0.14.19 (#4846)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 31, 2022
1 parent dfd14f4 commit cca976d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ futures-channel = { version = "=0.3.21", default-features = false }
futures-util = "=0.3.21"
hex = "=0.4.3"
http = "=0.2.7"
hyper = { version = "=0.14.18", features = ["client", "http1"] }
hyper = { version = "=0.14.19", features = ["client", "http1"] }
indexmap = { version = "=1.8.2", features = ["serde-1"] }
ipnetwork = "=0.19.0"
tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
Expand Down

0 comments on commit cca976d

Please sign in to comment.