We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f76d84 commit 02f5614Copy full SHA for 02f5614
crates/bitwarden-core/Cargo.toml
@@ -65,7 +65,7 @@ uuid = { workspace = true }
65
wasm-bindgen = { workspace = true, optional = true }
66
wasm-bindgen-futures = { workspace = true, optional = true }
67
zeroize = { version = ">=1.7.0, <2.0", features = ["derive", "aarch64"] }
68
-zxcvbn = { version = ">=3.0.1, <4.0", optional = true }
+zxcvbn = { workspace = true, optional = true }
69
70
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
71
# By default, we use rustls as the TLS stack and rust-platform-verifier to support user-installed root certificates
0 commit comments