Skip to content

Commit

Permalink
Use crates.io version of rustls-platform-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jan 8, 2024
1 parent b20976e commit 38f8e56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion 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 crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ uuid = { version = ">=1.3.3, <2.0", features = ["serde"] }
reqwest = { version = "*", features = [
"rustls-tls-manual-roots",
], default-features = false }
rustls-platform-verifier = { git = "https://github.com/rustls/rustls-platform-verifier/", rev = "e4194174f2b4b235ed13fc057ce89b19894321e6" }
rustls-platform-verifier = "0.1.0"

[target.'cfg(target_os = "android")'.dependencies]
# On android, the use of rustls-platform-verifier is more complicated and going through some changes at the moment, so we fall back to using webpki-roots
Expand Down

0 comments on commit 38f8e56

Please sign in to comment.