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:
commit
f58072eadf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ crypto = ["cryptoxide"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minicbor = { version = "0.12", features = ["std"] }
|
minicbor = { version = "0.12", features = ["std"] }
|
||||||
minicbor-derive = "0.7.2"
|
minicbor-derive = "0.8.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
cryptoxide = { version = "0.3.2", optional = true }
|
cryptoxide = { version = "0.3.2", optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue