Skip to content

Commit

Permalink
Update cbor-smol dependency 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 447d172 commit 19e7acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib/lib.rs"

[dependencies]
delog = { version = "0.1.6", features = ["std-log"] }
cbor-smol = "0.4.0"
cbor-smol = "0.5.0"
heapless-bytes = { version = "0.3.0" }
heapless = "0.7"
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 19e7acc

Please sign in to comment.