Update trussed-auth

This commit is contained in:
Robin Krahl
2025-03-06 09:55:34 +01:00
committed by sosthene-nitrokey
parent a43ce82ec7
commit 8b3f78b2f8
+2 -3
View File
@@ -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" }