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 Apr 16, 2024
1 parent 69f22a6 commit 25c668c
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 10 deletions.
158 changes: 149 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.6", 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.3", optional = true, features = [
"std",
], default-features = false }
Expand Down

0 comments on commit 25c668c

Please sign in to comment.