From 2f4a4ec4afd9c21e4084a88bffe9a7e5a0b199c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 2 Nov 2023 14:06:49 +0100 Subject: [PATCH] Use updated upstream delog --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cd7516..c4f2256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ trussed-auth = "0.2.1" # optional dependencies apdu-dispatch = { version = "0.1", optional = true } -delog = { version = "0.1.5", optional = true } +delog = { version = "0.1.7", optional = true } vpicc = { version = "0.1.0", optional = true } [dev-dependencies] @@ -96,7 +96,6 @@ trussed = { git = "https://github.com/trussed-dev/trussed" , rev = "55ea391367fc trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", tag = "v0.2.2"} trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend", tag = "v0.1.0" } trussed-staging = { git = "https://github.com/Nitrokey/trussed-staging", tag = "v0.1.0" } -delog = { git = "https://github.com/trussed-dev/delog.git", rev = "2191ed1a3bdca09158afd8e96fb979e570be5fe4"} [package.metadata.docs.rs] all-features = true