Skip to content

Commit

Permalink
chore: update passkey-rs to PR-merge-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Sep 18, 2024
1 parent 41b36f0 commit d1394e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bitwarden-fido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ coset = { version = "0.3.7" }
itertools = "0.13.0"
log = ">=0.4.18, <0.5"
p256 = { version = ">=0.13.2, <0.14" }
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "29bb052eb15a42e369728ded3cfb2aa7c91213df" }
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "29bb052eb15a42e369728ded3cfb2aa7c91213df", features = [
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",
] }
reqwest = { version = ">=0.12.5, <0.13", default-features = false }
Expand Down

0 comments on commit d1394e2

Please sign in to comment.