From a1f81c191bb3a906e9b6b8e79a6925459f2d2946 Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 13 Jan 2025 12:16:11 +0100 Subject: [PATCH 1/2] Change bitwarden-fido to use ranges for dependencies --- crates/bitwarden-fido/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bitwarden-fido/Cargo.toml b/crates/bitwarden-fido/Cargo.toml index 20f5cdaf..d19ff231 100644 --- a/crates/bitwarden-fido/Cargo.toml +++ b/crates/bitwarden-fido/Cargo.toml @@ -23,8 +23,8 @@ bitwarden-core = { workspace = true } bitwarden-crypto = { workspace = true } bitwarden-vault = { workspace = true } chrono = { workspace = true } -coset = { version = "0.3.7" } -itertools = "0.13.0" +coset = { version = ">=0.3.7, <0.4" } +itertools = ">=0.13.0, <0.14" log = ">=0.4.18, <0.5" p256 = { version = ">=0.13.2, <0.14" } passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df" } From 2f378a03dcd2f26bd01c14603c7ef7f3bff31eaa Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 13 Jan 2025 12:16:46 +0100 Subject: [PATCH 2/2] Standardize version format --- crates/bitwarden-fido/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bitwarden-fido/Cargo.toml b/crates/bitwarden-fido/Cargo.toml index d19ff231..aa66fc04 100644 --- a/crates/bitwarden-fido/Cargo.toml +++ b/crates/bitwarden-fido/Cargo.toml @@ -23,10 +23,10 @@ bitwarden-core = { workspace = true } bitwarden-crypto = { workspace = true } bitwarden-vault = { workspace = true } chrono = { workspace = true } -coset = { version = ">=0.3.7, <0.4" } +coset = ">=0.3.7, <0.4" itertools = ">=0.13.0, <0.14" log = ">=0.4.18, <0.5" -p256 = { version = ">=0.13.2, <0.14" } +p256 = ">=0.13.2, <0.14" passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df" } passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df", features = [ "android-asset-validation",