mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 10:11:33 +00:00
*: Update multihash and multiaddr (#2469)
Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
# 0.31.1 [unreleased]
|
||||
# 0.32.0 [unreleased]
|
||||
|
||||
- Update to `multiaddr` `v0.14.0`.
|
||||
|
||||
- Update to `multihash` `v0.16.0`.
|
||||
|
||||
- Implement `Display` on `DialError`. See [PR 2456].
|
||||
|
||||
|
@ -3,7 +3,7 @@ name = "libp2p-core"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
description = "Core traits and structs of libp2p"
|
||||
version = "0.31.1"
|
||||
version = "0.32.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
@ -22,8 +22,8 @@ instant = "0.1.11"
|
||||
lazy_static = "1.2"
|
||||
libsecp256k1 = { version = "0.7.0", optional = true }
|
||||
log = "0.4"
|
||||
multiaddr = { version = "0.13.0" }
|
||||
multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
|
||||
multiaddr = { version = "0.14.0" }
|
||||
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
|
||||
multistream-select = { version = "0.11", path = "../misc/multistream-select" }
|
||||
p256 = { version = "0.10.0", default-features = false, features = ["ecdsa"], optional = true }
|
||||
parking_lot = "0.11.0"
|
||||
@ -51,7 +51,7 @@ libp2p-noise = { path = "../transports/noise" }
|
||||
libp2p-tcp = { path = "../transports/tcp" }
|
||||
serde_json = "1.0"
|
||||
rmp-serde = "1.0"
|
||||
multihash = { version = "0.14", default-features = false, features = ["arb"] }
|
||||
multihash = { version = "0.16", default-features = false, features = ["arb"] }
|
||||
quickcheck = "0.9.0"
|
||||
rand07 = { package = "rand", version = "0.7" }
|
||||
|
||||
|
Reference in New Issue
Block a user