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 4, 2024
1 parent 10b2797 commit f0badb8
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 10 deletions.
178 changes: 169 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 f0badb8

Please sign in to comment.