Merge pull request #21 from txpipe/dependabot/cargo/minicbor-derive-0.8.0

build(deps): update minicbor-derive requirement from 0.7.2 to 0.8.0
This commit is contained in:
Mark Stopka 2022-01-09 20:16:00 +01:00 committed by GitHub
commit d15b3974e3
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 }