From 171be230a7ad3e6a3cbfadd9060bbcfbbb04ac72 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 22 Oct 2024 14:04:44 +0200 Subject: [PATCH] Update cbor-smol dependency to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31c8c0a..e406532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ iso7816 = "0.1.1" hmac = "0.12.1" rand = { version = "0.8.5", default-features = false } littlefs2 = "0.4.0" -cbor-smol = "0.4.0" +cbor-smol = "0.5.0" serde_bytes = { version = "0.11.12", default-features = false } trussed-rsa-alloc = "0.2.1" postcard = "0.7.3"