Skip to content

Commit

Permalink
fix(deps): update rust crate hyper-rustls to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent c990685 commit 40b45bd
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 10 deletions.
193 changes: 184 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 @@ -35,7 +35,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.0", optional = true }
rustls = { version = "0.23.5", optional = true, features = [
"std",
], default-features = false }
Expand Down

0 comments on commit 40b45bd

Please sign in to comment.