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 2ceed58
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 2ceed58

Please sign in to comment.