We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f17363 commit 1089fa6Copy full SHA for 1089fa6
crates/bitwarden-fido/Cargo.toml
@@ -23,10 +23,10 @@ bitwarden-core = { workspace = true }
23
bitwarden-crypto = { workspace = true }
24
bitwarden-vault = { workspace = true }
25
chrono = { workspace = true }
26
-coset = { version = "0.3.7" }
27
-itertools = "0.13.0"
+coset = ">=0.3.7, <0.4"
+itertools = ">=0.13.0, <0.14"
28
log = ">=0.4.18, <0.5"
29
-p256 = { version = ">=0.13.2, <0.14" }
+p256 = ">=0.13.2, <0.14"
30
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df" }
31
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df", features = [
32
"android-asset-validation",
0 commit comments