Update libp2p-ping. (#1285)

Bugfix release, see [CHANGELOG].

[CHANGELOG]: https://github.com/libp2p/rust-libp2p/blob/master/protocols/ping/CHANGELOG.md
This commit is contained in:
Toralf Wittner
2020-06-19 08:36:37 +02:00
committed by GitHub
parent 879892d3f9
commit 00ac43c26c
+2 -2
View File
@@ -2623,9 +2623,9 @@ dependencies = [
[[package]] [[package]]
name = "libp2p-ping" name = "libp2p-ping"
version = "0.19.1" version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c189cf1dfe4b3f01e2c0fe5e97a6f5df8aeb6f3569e26981015eb7c08015ce5f" checksum = "ffb3c4f9273313357d4977799aec69f581cfe9568854919c5b8066018ccf59f5"
dependencies = [ dependencies = [
"futures 0.3.5", "futures 0.3.5",
"libp2p-core", "libp2p-core",