Skip to content

Commit

Permalink
build(deps): update minicbor requirement from 0.19 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.19.0...minicbor-v0.21.0)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 29, 2024
1 parent ce43af5 commit 67e6c18
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 @@ -13,7 +13,7 @@ repository = "https://github.com/dspicher/ur-rs/"
[dependencies]
bitcoin_hashes = { version = "0.12", default-features = false }
crc = "3"
minicbor = { version = "0.19", features = ["alloc"] }
minicbor = { version = "0.21", features = ["alloc"] }
phf = { version = "0.11", features = ["macros"], default-features = false }
rand_xoshiro = "0.6"

Expand Down

0 comments on commit 67e6c18

Please sign in to comment.