From c6928e7ac8352fad0b8b12c0b78190fd443268fa Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 29 Nov 2023 15:46:35 +0100 Subject: [PATCH] fixup! fido-authenticator: Add large blobs support --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb555fb4..68fb2afd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3678,7 +3678,7 @@ checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" [[package]] name = "webcrypt" version = "0.8.0" -source = "git+https://github.com/nitrokey/nitrokey-websmartcard-rust?tag=v0.8.0-rc4#4ec145499b7b2331ac36cb9656da4a732f7c7180" +source = "git+https://github.com/nitrokey/nitrokey-websmartcard-rust?branch=ctap-types#0bebcd450c158e92aed435c007ba541a0ced2992" dependencies = [ "apdu-dispatch", "cbor-smol", diff --git a/Cargo.toml b/Cargo.toml index 908f047f..1ffb8ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ littlefs2 = { git = "https://github.com/trussed-dev/littlefs2", rev = "e6c46e7ba # unreleased crates secrets-app = { git = "https://github.com/Nitrokey/trussed-secrets-app", tag = "v0.13.0-rc2" } -webcrypt = { git = "https://github.com/nitrokey/nitrokey-websmartcard-rust", tag = "v0.8.0-rc4"} +webcrypt = { git = "https://github.com/nitrokey/nitrokey-websmartcard-rust", branch = "ctap-types"} opcard = { git = "https://github.com/Nitrokey/opcard-rs", rev = "a824c6473ce1b88b45b32de21089401fc9f7f683" } piv-authenticator = { git = "https://github.com/Nitrokey/piv-authenticator", tag = "v0.3.3" } se05x = { git = "https://github.com/Nitrokey/se05x.git", tag = "v0.1.0"}