mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
deps!: Update multiaddr & multihash to 0.17.0 (#3196)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# 0.12.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-core` `v0.39.0`.
|
||||
|
||||
- Add `connections_establishment_duration` metric. See [PR 3134].
|
||||
|
||||
- Update to `libp2p-dcutr` `v0.9.0`.
|
||||
|
@@ -19,7 +19,7 @@ relay = ["libp2p-relay"]
|
||||
dcutr = ["libp2p-dcutr"]
|
||||
|
||||
[dependencies]
|
||||
libp2p-core = { version = "0.38.0", path = "../../core" }
|
||||
libp2p-core = { version = "0.39.0", path = "../../core" }
|
||||
libp2p-dcutr = { version = "0.9.0", path = "../../protocols/dcutr", optional = true }
|
||||
libp2p-identify = { version = "0.42.0", path = "../../protocols/identify", optional = true }
|
||||
libp2p-kad = { version = "0.43.0", path = "../../protocols/kad", optional = true }
|
||||
|
Reference in New Issue
Block a user