From b7927b9dcc108b4eeb95022efc90c5cbebcd5d10 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 27 Feb 2021 01:42:21 +0100 Subject: [PATCH] Version bumparoo --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7547711..50bafde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,9 @@ edition = "2018" [dependencies] apdu-dispatch = { path = "../apdu-dispatch" } -asn1derpy = "0.1.0" -delog = "0.1.0-alpha.3" -heapless = "0.5.6" -heapless-bytes = "0.1.1" +delog = "0.1.0" +heapless = "0.6" +heapless-bytes = "0.2.0" interchange = "0.1.0" iso7816 = { path = "../iso7816" } usb-device = { version = "0.2.3", features = ["control-buffer-256"] }