*: Update multihash and multiaddr (#2469)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Volker Mische
2022-02-03 16:38:41 +00:00
committed by GitHub
parent 1b6ffb1164
commit a2c93fc766
49 changed files with 229 additions and 89 deletions

View File

@ -1,3 +1,9 @@
# 0.7.0 [unreleased]
- Update to `libp2p-core` `v0.32.0`.
- Update to `libp2p-swarm` `v0.34.0`.
# 0.6.1 [2022-02-02]
- Remove empty peer entries in `reservations` `HashMap`. See [PR 2464].

View File

@ -3,7 +3,7 @@ name = "libp2p-relay"
edition = "2021"
rust-version = "1.56.1"
description = "Communications relaying for libp2p"
version = "0.6.1"
version = "0.7.0"
authors = ["Parity Technologies <admin@parity.io>", "Max Inden <mail@max-inden.de>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@ -17,8 +17,8 @@ either = "1.6.0"
futures = "0.3.1"
futures-timer = "3"
instant = "0.1.11"
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
libp2p-core = { version = "0.32.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.34.0", path = "../../swarm" }
log = "0.4"
pin-project = "1"
prost = "0.9"