From 7aed9ff3476c1f7af32e2c68c9d7c14af8228249 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 5 Jun 2024 11:58:59 +0200 Subject: [PATCH] Update usbd-ccid --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 001cc09..abd9316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1588,8 +1588,8 @@ checksum = "1f6cc3adc849b5292b4075fc0d5fdcf2f24866e88e336dd27a8943090a520508" [[package]] name = "usbd-ccid" -version = "0.2.0" -source = "git+https://github.com/trussed-dev/usbd-ccid?rev=eeea54f85cfa69a43c676b63c030608830ea35ea#eeea54f85cfa69a43c676b63c030608830ea35ea" +version = "0.3.0" +source = "git+https://github.com/trussed-dev/usbd-ccid?tag=0.3.0#0a31e9cf7c5aa8498c65982c95b9faeebe8e3f52" dependencies = [ "delog", "embedded-time", diff --git a/Cargo.toml b/Cargo.toml index 71fb658..311c9a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ usbd-ctaphid = { version = "0.1", features = ["log-all"], optional = true } # ccid apdu-dispatch = { version = "0.1.2", optional = true } -usbd-ccid = { version = "0.2", features = ["log-all"], optional = true } +usbd-ccid = { version = "0.3", features = ["log-all"], optional = true } [dev-dependencies] clap = { version = "3.0.0", features = ["derive"] } @@ -43,7 +43,7 @@ required-features = ["ctaphid"] trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "51e68500d7601d04f884f5e95567d14b9018a6cb" } usbd-ctaphid = { git = "https://github.com/trussed-dev/usbd-ctaphid", rev = "e9cbf904f548979685c4c06d75479b75e3695160" } -usbd-ccid = { git = "https://github.com/trussed-dev/usbd-ccid", rev = "eeea54f85cfa69a43c676b63c030608830ea35ea" } +usbd-ccid = { git = "https://github.com/trussed-dev/usbd-ccid", tag = "0.3.0" } ctaphid-dispatch = { git = "https://github.com/trussed-dev/ctaphid-dispatch", rev = "57cb3317878a8593847595319aa03ef17c29ec5b" } apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "b72d5eb9f4d7a3f107a78a2f0e41f3c403f4c7a4" }