Skip to content

Commit

Permalink
Fix platform-verifier rustls missmatch due to conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jun 20, 2024
1 parent 534fede commit 69d45dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
30 changes: 8 additions & 22 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 crates/bitwarden-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ zxcvbn = ">= 2.2.2, <3.0"
reqwest = { version = ">=0.12.5, <0.13", features = [
"rustls-tls-manual-roots",
], default-features = false }
rustls-platform-verifier = "0.2.0"
rustls-platform-verifier = "0.3.1"

[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 69d45dd

Please sign in to comment.