Skip to content

Commit

Permalink
fix(deps): update rust crate rustls-platform-verifier to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 8827270 commit 47786bb
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 51 deletions.
170 changes: 120 additions & 50 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 download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl = { version = "0.4.44", optional = true }
env_proxy = { version = "0.4.1", optional = true }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "gzip", "socks", "stream"], optional = true }
rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "aws_lc_rs", "tls12"] }
rustls-platform-verifier = { version = "0.4", optional = true }
rustls-platform-verifier = { version = "0.5", optional = true }
thiserror.workspace = true
tokio = { workspace = true, default-features = false, features = ["sync"] }
tokio-stream.workspace = true
Expand Down

0 comments on commit 47786bb

Please sign in to comment.