From 8b3f78b2f8e41b5136b1b0578a0fc266ccedff26 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 22 Jan 2025 11:26:06 +0100 Subject: [PATCH] Update trussed-auth --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c770e86..bd117aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ required-features = ["vpicc"] [dependencies] apdu-app = { version = "0.1", optional = true } -cbor-smol = "0.5" +cbor-smol = { version = "0.5", features = ["heapless-bytes-v0-3"] } delog = { version = "0.1.5", optional = true } flexiber = { version = "0.1", features = ["derive", "heapless"] } heapless = "0.7" @@ -21,7 +21,7 @@ hex-literal = "0.3" iso7816 = "0.1.3" serde = { version = "1", default-features = false, features = ["derive"] } trussed = { version = "0.1", default-features = false, features = ["aes256-cbc", "chacha8-poly1305", "crypto-client", "ed255", "filesystem-client", "p256", "shared-secret", "serde-extensions", "tdes", "x255"], optional = true } -trussed-auth = { version = "0.3" } +trussed-auth = "0.4" untrusted = "0.9" vpicc = { version = "0.1.0", optional = true } log = "0.4" @@ -80,7 +80,6 @@ dangerous-test-real-card = [] [patch.crates-io] trussed = { git = "https://github.com/trussed-dev/trussed", rev = "6bba8fde36d05c0227769eb63345744e87d84b2b" } -trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth", rev = "fc53539536d7658c45a492585041742d8cdc45d0" } trussed-rsa-alloc = { git = "https://github.com/trussed-dev/trussed-rsa-backend.git", rev = "743d9aaa3d8a17d7dbf492bd54dc18ab8fca3dc0" } trussed-staging = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "1e1ca03a3a62ea9b802f4070ea4bce002eeb4bec" }