We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371a7da commit ed0c8f7Copy full SHA for ed0c8f7
protocols/request-response/Cargo.toml
@@ -17,7 +17,7 @@ libp2p-core = { version = "0.30.0", path = "../../core" }
17
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
18
log = "0.4.11"
19
lru = "0.6"
20
-minicbor = { version = "0.8", features = ["std", "derive"] }
+minicbor = { version = "0.9", features = ["std", "derive"] }
21
rand = "0.7"
22
smallvec = "1.6.1"
23
unsigned-varint = { version = "0.7", features = ["std", "futures"] }
0 commit comments