From aa6ee1b0cb21fd414cf84ca878e8e92a37fccda4 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 5 Mar 2022 20:52:46 +0100 Subject: [PATCH] Use published apdu-dispatch --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d427da4..fd7d994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ documentation = "https://docs.rs/piv-authenticator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", optional = true } +apdu-dispatch = { version = "0.1", optional = true } delog = "0.1.0" -flexiber = { version = "0.1.0", features = ["derive", "heapless"] } +flexiber = { version = "0.1", features = ["derive", "heapless"] } heapless = "0.7" hex-literal = "0.3" interchange = "0.2.0" -iso7816 = { git = "https://github.com/ycrypto/iso7816" } +iso7816 = "0.1" serde = { version = "1", default-features = false } trussed = { git = "https://github.com/trussed-dev/trussed" } # trussed = { path = "../../../trussed" }