deps!: Update multiaddr & multihash to 0.17.0 (#3196)

This commit is contained in:
Pasha Podolsky
2022-12-20 09:52:08 +01:00
committed by GitHub
parent 93335b8818
commit 929cbb4670
55 changed files with 151 additions and 70 deletions

View File

@@ -1,5 +1,7 @@
# 0.12.0 [unreleased]
- Update to `libp2p-core` `v0.39.0`.
- Update to `libp2p-swarm` `v0.42.0`.
# 0.11.0

View File

@@ -16,7 +16,7 @@ bimap = "0.6.1"
futures = { version = "0.3", default-features = false, features = ["std"] }
futures-timer = "3.0.2"
instant = "0.1.11"
libp2p-core = { version = "0.38.0", path = "../../core" }
libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-swarm = { version = "0.42.0", path = "../../swarm" }
log = "0.4"
prost = "0.11"