chore(deps): Upgrade to minicbor 0.17 (breaking changes) (#109)

This commit is contained in:
Santiago Carmuega 2022-06-02 09:49:55 -03:00 committed by GitHub
parent a13a305d4f
commit 3260abcb98
18 changed files with 653 additions and 490 deletions

View file

@ -13,5 +13,5 @@ authors = [
]
[dependencies]
minicbor = { version = "0.15", features = ["std", "half", "derive"] }
minicbor = { version = "0.17", features = ["std", "half", "derive"] }