From 727adba8f9e25374d76b564957e28ca8b28f044f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 24 Oct 2022 16:10:13 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd7d994..4c9e965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,19 +11,19 @@ documentation = "https://docs.rs/piv-authenticator" [dependencies] apdu-dispatch = { version = "0.1", optional = true } -delog = "0.1.0" +delog = "0.1.6" flexiber = { version = "0.1", features = ["derive", "heapless"] } heapless = "0.7" hex-literal = "0.3" -interchange = "0.2.0" +interchange = "0.2.2" iso7816 = "0.1" serde = { version = "1", default-features = false } trussed = { git = "https://github.com/trussed-dev/trussed" } # trussed = { path = "../../../trussed" } -untrusted = "0.7" +untrusted = "0.9" [dev-dependencies] -littlefs2 = "0.3.1" +littlefs2 = "0.3.2" rand_core = { version = "0.6", features = ["getrandom"] } [features]