diff --git a/Cargo.toml b/Cargo.toml index 40bd65dd..73eeb5d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "Secrets App - a Trussed app to manage OTP and Password Safe featu [dependencies] apdu-app = { version = "0.1", optional = true } ctaphid-dispatch = { version = "0.1", optional = true } -cbor-smol = "0.4" +cbor-smol = "0.5" delog = "0.1.6" flexiber = { version = "0.1.0", features = ["derive", "heapless"] } heapless = "0.7" diff --git a/components/encrypted_container/Cargo.toml b/components/encrypted_container/Cargo.toml index 338ddd15..ef235d67 100644 --- a/components/encrypted_container/Cargo.toml +++ b/components/encrypted_container/Cargo.toml @@ -15,8 +15,8 @@ trussed = { version = "0.1" } heapless = "0.7" heapless-bytes = "0.3" serde = { version = "1", default-features = false } -cbor-smol = "0.4" +cbor-smol = "0.5" delog = "0.1.6" [features] -# Use "dangerous_disable_encryption" config switch to disable the actual encryption, and store data instead in plaintext for debug purposes. \ No newline at end of file +# Use "dangerous_disable_encryption" config switch to disable the actual encryption, and store data instead in plaintext for debug purposes.