build(deps): update minicbor requirement from 0.14 to 0.15 (#72)
Updates the requirements on [minicbor](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.14.0...minicbor-v0.15.0) --- updated-dependencies: - dependency-name: minicbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
187245a62f
commit
b7610ff332
2 changed files with 2 additions and 2 deletions
|
|
@ -13,5 +13,5 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.14", features = ["std", "half", "derive"] }
|
||||
minicbor = { version = "0.15", features = ["std", "half", "derive"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.14" }
|
||||
minicbor = { version = "0.15" }
|
||||
hex = "0.4"
|
||||
cryptoxide = { version = "0.4.1" }
|
||||
thiserror = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue