Skip to content

Commit 1089fa6

Browse files
authored
Change bitwarden-fido to use ranges for dependencies (#114)
Unblocks #106.
1 parent 2f17363 commit 1089fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bitwarden-fido/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ bitwarden-core = { workspace = true }
2323
bitwarden-crypto = { workspace = true }
2424
bitwarden-vault = { workspace = true }
2525
chrono = { workspace = true }
26-
coset = { version = "0.3.7" }
27-
itertools = "0.13.0"
26+
coset = ">=0.3.7, <0.4"
27+
itertools = ">=0.13.0, <0.14"
2828
log = ">=0.4.18, <0.5"
29-
p256 = { version = ">=0.13.2, <0.14" }
29+
p256 = ">=0.13.2, <0.14"
3030
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df" }
3131
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df", features = [
3232
"android-asset-validation",

0 commit comments

Comments
 (0)