From b542ba85e2f989378d6ab8cda303e7656f499a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 5 Apr 2023 16:32:52 +0200 Subject: [PATCH] Bump trussed-auth --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba0afc9f1..58f2fdd34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ trussed = { version = "0.1", features = ["clients-3"] } encrypted_container = { path = "components/encrypted_container" } # extension -trussed-auth = "0.1.0" +trussed-auth = "0.2.0" [dev-dependencies] log = { version = "0.4.14", default-features = false } @@ -69,4 +69,4 @@ required-features = ["ctaphid", "devel"] flexiber = { git = "https://github.com/Nitrokey/flexiber", tag = "0.1.1.nitrokey" } trussed = { git = "https://github.com/Nitrokey/trussed", tag = "v0.1.0-nitrokey.7" } littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-2" } -trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth/", rev = "v0.1.0" } \ No newline at end of file +trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth/", rev = "v0.2.1" } \ No newline at end of file