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:
parent
94985411b9
commit
0ac7026005
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue