build(deps): update minicbor-derive requirement from 0.7.2 to 0.8.0

Updates the requirements on [minicbor-derive](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.7.2...minicbor-derive-v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-09 19:05:14 +00:00 committed by GitHub
parent 94985411b9
commit 0ac7026005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ crypto = ["cryptoxide"]
[dependencies]
minicbor = { version = "0.12", features = ["std"] }
minicbor-derive = "0.7.2"
minicbor-derive = "0.8.0"
hex = "0.4.3"
log = "0.4.14"
cryptoxide = { version = "0.3.2", optional = true }