Skip to content

Commit c99fd08

Browse files
committed
deps: update passkeys dependencies
1 parent f9dbffe commit c99fd08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

proton-pass-common/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ email_address = "0.2.9"
1919
file-format = { version = "0.28.0", features = ["reader"] }
2020
lazy_static = "1.5.0"
2121
luhn = "1.0.1"
22-
passkey = { git = "https://github.com/1Password/passkey-rs.git", rev = "d4c5cc50adb750216d4891646e5322843cf95e54" }
23-
passkey-authenticator = { git = "https://github.com/1Password/passkey-rs.git", rev = "d4c5cc50adb750216d4891646e5322843cf95e54" }
24-
passkey-types = { git = "https://github.com/1Password/passkey-rs.git", rev = "d4c5cc50adb750216d4891646e5322843cf95e54", features = ["serialize_bytes_as_base64_string"] }
25-
public-suffix = { git = "https://github.com/1Password/passkey-rs.git", rev = "d4c5cc50adb750216d4891646e5322843cf95e54" }
22+
passkey = { git = "https://github.com/1Password/passkey-rs.git", rev = "f4658180a55cc183217141a99596f9c148abd4eb" }
23+
passkey-authenticator = { git = "https://github.com/1Password/passkey-rs.git", rev = "f4658180a55cc183217141a99596f9c148abd4eb" }
24+
passkey-types = { git = "https://github.com/1Password/passkey-rs.git", rev = "f4658180a55cc183217141a99596f9c148abd4eb", features = ["serialize_bytes_as_base64_string"] }
25+
public-suffix = { git = "https://github.com/1Password/passkey-rs.git", rev = "f4658180a55cc183217141a99596f9c148abd4eb" }
2626
rand = "0.9.0"
2727
regex-lite = "0.1.6"
2828
rmp-serde = "1.3.0"

0 commit comments

Comments
 (0)