Skip to content

Commit

Permalink
Update cbor-smol to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 22, 2024
1 parent 690e9d1 commit afbf6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions components/encrypted_container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# Use "dangerous_disable_encryption" config switch to disable the actual encryption, and store data instead in plaintext for debug purposes.

0 comments on commit afbf6b8

Please sign in to comment.