mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
deps!: Update multiaddr & multihash to 0.17.0 (#3196)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# 0.24.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-core` `v0.39.0`.
|
||||
|
||||
- Rename types as per [discussion 2174].
|
||||
`RequestResponse` has been renamed to `Behaviour`.
|
||||
The `RequestResponse` prefix has been removed from various types like `RequestResponseEvent`.
|
||||
|
@ -15,7 +15,7 @@ async-trait = "0.1"
|
||||
bytes = "1"
|
||||
futures = "0.3.1"
|
||||
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.11"
|
||||
rand = "0.8"
|
||||
|
Reference in New Issue
Block a user