Skip to content

Commit

Permalink
Update Rust crate hyper-tls to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 15, 2021
1 parent 58d4021 commit 3f9b845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kubernetes_proxy = { path = "proxy" }
failure = "0.1"
futures = "0.1.21"
hyper = "0.12"
hyper-tls = "0.3"
hyper-tls = "0.5"
log = "0.4"
pretty_env_logger = "0.4"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion holding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintenance = {status = "actively-developed,experimental"}
dirs = "4.0"
url = "2.2"
hyper = "0.12"
hyper-tls = "0.3"
hyper-tls = "0.5"
native-tls = "0.2"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 3f9b845

Please sign in to comment.