*: 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.34.0 [unreleased]
- Update to `libp2p-core` `v0.32.0`.
- Update to `libp2p-swarm` `v0.34.0`.
# 0.33.0 [2022-01-27]
- Update dependencies.

View File

@ -3,7 +3,7 @@ name = "libp2p-ping"
edition = "2021"
rust-version = "1.56.1"
description = "Ping protocol for libp2p"
version = "0.33.0"
version = "0.34.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@ -14,8 +14,8 @@ categories = ["network-programming", "asynchronous"]
futures = "0.3.1"
futures-timer = "3.0.2"
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.1"
rand = "0.7.2"
void = "1.0"