Skip to content

Commit ed0c8f7

Browse files
build(deps): Update minicbor requirement from 0.8 to 0.9 (#2155)
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.8.0...minicbor-v0.9.0) --- updated-dependencies: - dependency-name: minicbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 371a7da commit ed0c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libp2p-core = { version = "0.30.0", path = "../../core" }
1717
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
1818
log = "0.4.11"
1919
lru = "0.6"
20-
minicbor = { version = "0.8", features = ["std", "derive"] }
20+
minicbor = { version = "0.9", features = ["std", "derive"] }
2121
rand = "0.7"
2222
smallvec = "1.6.1"
2323
unsigned-varint = { version = "0.7", features = ["std", "futures"] }

0 commit comments

Comments
 (0)