From 9d16b5e33266ebf27b85e0d9e78ea1ad19b7a173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 8 Jul 2024 17:00:04 +0200 Subject: [PATCH] Update trussed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c32f3b..5f51dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ log-error = [] iso7816 = { git = "https://github.com/Nitrokey/iso7816.git", tag = "v0.1.1-nitrokey.1" } littlefs2 = { git = "https://github.com/sosthene-nitrokey/littlefs2.git", rev = "2b45a7559ff44260c6dd693e4cb61f54ae5efc53" } p256-cortex-m4 = { git = "https://github.com/Nitrokey/p256-cortex-m4", tag = "v0.1.0-alpha.6-nitrokey-1" } -trussed = { git = "https://github.com/Nitrokey/trussed" , rev = "c7a4722b9f414c40ac635c568c595a5ec257082f" } +trussed = { git = "https://github.com/Nitrokey/trussed" , rev = "0ccdd468859ea14b43e2e95790b9712c398ae5e1" } trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", tag = "v0.3.0"} trussed-chunked = { git = "https://github.com/trussed-dev/trussed-staging.git", tag = "chunked-v0.1.0" } trussed-manage = { git = "https://github.com/trussed-dev/trussed-staging.git", tag = "manage-v0.1.0" }