mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-02 14:12:18 +00:00
build(deps): Update minicbor requirement from 0.9 to 0.10 (#2178)
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.9.0...minicbor-v0.10.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
ae9a14eaa0
commit
3e914e59e2
@ -17,7 +17,7 @@ libp2p-core = { version = "0.30.0", path = "../../core" }
|
||||
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
|
||||
log = "0.4.11"
|
||||
lru = "0.6"
|
||||
minicbor = { version = "0.9", features = ["std", "derive"] }
|
||||
minicbor = { version = "0.10", features = ["std", "derive"] }
|
||||
rand = "0.7"
|
||||
smallvec = "1.6.1"
|
||||
unsigned-varint = { version = "0.7", features = ["std", "futures"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user