Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 7d0de0b commit cb5e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallas-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [

[dependencies]
hex = "0.4.3"
minicbor = { version = "0.19", features = ["std", "half", "derive"] }
minicbor = { version = "0.20", features = ["std", "half", "derive"] }
serde = { version = "1.0.143", features = ["derive"] }
thiserror = "1.0.39"

Expand Down

0 comments on commit cb5e4a7

Please sign in to comment.