@@ -29,6 +29,7 @@ bitwarden-fido = { path = "crates/bitwarden-fido", version = "=1.0.0" }
2929bitwarden-generators = { path = " crates/bitwarden-generators" , version = " =1.0.0" }
3030bitwarden-ipc = { path = " crates/bitwarden-ipc" , version = " =1.0.0" }
3131bitwarden-send = { path = " crates/bitwarden-send" , version = " =1.0.0" }
32+ bitwarden-threading = { path = " crates/bitwarden-threading" , version = " =1.0.0" }
3233bitwarden-sm = { path = " bitwarden_license/bitwarden-sm" , version = " =1.0.0" }
3334bitwarden-ssh = { path = " crates/bitwarden-ssh" , version = " =1.0.0" }
3435bitwarden-vault = { path = " crates/bitwarden-vault" , version = " =1.0.0" }
@@ -50,7 +51,7 @@ reqwest = { version = ">=0.12.5, <0.13", features = [
5051schemars = { version = " >=0.8.9, <0.9" , features = [" uuid1" , " chrono" ] }
5152serde = { version = " >=1.0, <2.0" , features = [" derive" ] }
5253serde_json = " >=1.0.96, <2.0"
53- serde_qs = " >=0.12.0, <0.15 "
54+ serde_qs = " >=0.12.0, <0.16 "
5455serde_repr = " >=0.1.12, <0.2"
5556thiserror = " >=1.0.40, <3"
5657tokio = { version = " 1.36.0" , features = [" macros" ] }
@@ -63,6 +64,7 @@ validator = { version = ">=0.18.1, <0.20", features = ["derive"] }
6364wasm-bindgen = { version = " >=0.2.91, <0.3" , features = [" serde-serialize" ] }
6465js-sys = { version = " >=0.3.72, <0.4" }
6566wasm-bindgen-futures = " 0.4.41"
67+ wasm-bindgen-test = " 0.3.45"
6668
6769# There is an incompatibility when using pkcs5 and chacha20 on wasm builds. This can be removed once a new
6870# rustcrypto-formats crate version is released since the fix has been upstreamed.
0 commit comments