Skip to content

Commit 026dbaa

Browse files
committed
Update passkey-rs and coset libraries
1 parent fe36732 commit 026dbaa

File tree

3 files changed

+21
-28
lines changed

3 files changed

+21
-28
lines changed

Cargo.lock

Lines changed: 17 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bitwarden-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bitwarden-uniffi-error = { workspace = true, optional = true }
3737
cbc = { version = ">=0.1.2, <0.2", features = ["alloc", "zeroize"] }
3838
chacha20poly1305 = { version = "0.10.1" }
3939
ciborium = { version = ">=0.2.2, <0.3" }
40-
coset = { version = ">=0.3.8, <0.4" }
40+
coset = { version = ">=0.3.8, <0.5" }
4141
ed25519-dalek = { workspace = true, features = ["rand_core"] }
4242
generic-array = { version = ">=0.14.7, <1.0", features = ["zeroize"] }
4343
hkdf = ">=0.12.3, <0.13"

crates/bitwarden-fido/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ bitwarden-crypto = { workspace = true }
2424
bitwarden-encoding = { workspace = true }
2525
bitwarden-vault = { workspace = true }
2626
chrono = { workspace = true }
27-
coset = ">=0.3.7, <0.4"
27+
coset = ">=0.3.7, <0.5"
2828
itertools = ">=0.13.0, <0.15"
2929
p256 = ">=0.13.2, <0.14"
30-
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "357cc9672340f6ff1f22a0b210a74de64799fa73" }
31-
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "357cc9672340f6ff1f22a0b210a74de64799fa73", features = [
30+
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "043279e92e2eb5f509bf87eb7fa50987fd377e32" }
31+
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "043279e92e2eb5f509bf87eb7fa50987fd377e32", features = [
3232
"android-asset-validation",
3333
] }
3434
reqwest = { workspace = true }

0 commit comments

Comments
 (0)