Skip to content

Commit

Permalink
build(deps): update minicbor requirement from 0.19 to 0.23
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.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent ce43af5 commit d5da262
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.23", features = ["alloc"] }
phf = { version = "0.11", features = ["macros"], default-features = false }
rand_xoshiro = "0.6"

Expand Down

0 comments on commit d5da262

Please sign in to comment.