Skip to content

Commit

Permalink
fix(deps): update rust crate hyper-rustls to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent a58f3d5 commit f7c1a48
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 10 deletions.
172 changes: 163 additions & 9 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 @@ -26,7 +26,7 @@ http-cache-reqwest = { version = "0.13.0", features = [
moka = { version = "0.12.7", default-features = false, features = [
"future",
], optional = true }
hyper-rustls = { version = "0.25.0", optional = true }
hyper-rustls = { version = "0.27.1", optional = true }
rustls = { version = "0.23.5", optional = true, features = [
"std",
], default-features = false }
Expand Down

0 comments on commit f7c1a48

Please sign in to comment.