Skip to content

Commit 02f5614

Browse files
committed
[PM-24468] Use workspace version of zxcvbn in bitwarden-core
1 parent 5f76d84 commit 02f5614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ uuid = { workspace = true }
6565
wasm-bindgen = { workspace = true, optional = true }
6666
wasm-bindgen-futures = { workspace = true, optional = true }
6767
zeroize = { version = ">=1.7.0, <2.0", features = ["derive", "aarch64"] }
68-
zxcvbn = { version = ">=3.0.1, <4.0", optional = true }
68+
zxcvbn = { workspace = true, optional = true }
6969

7070
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
7171
# By default, we use rustls as the TLS stack and rust-platform-verifier to support user-installed root certificates

0 commit comments

Comments
 (0)