mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
*/Cargo.toml: Update multihash (#1828)
This commit is contained in:
@@ -79,7 +79,7 @@ libp2p-uds = { version = "0.24.0", path = "transports/uds", optional = true }
|
||||
libp2p-wasm-ext = { version = "0.24.0", path = "transports/wasm-ext", optional = true }
|
||||
libp2p-yamux = { version = "0.27.0", path = "muxers/yamux", optional = true }
|
||||
multiaddr = { package = "parity-multiaddr", version = "0.9.3", path = "misc/multiaddr" }
|
||||
multihash = "0.11.0"
|
||||
multihash = "0.11.3"
|
||||
parking_lot = "0.11.0"
|
||||
pin-project = "1.0.0"
|
||||
smallvec = "1.0"
|
||||
|
@@ -21,7 +21,7 @@ lazy_static = "1.2"
|
||||
libsecp256k1 = { version = "0.3.1", optional = true }
|
||||
log = "0.4"
|
||||
multiaddr = { package = "parity-multiaddr", version = "0.9.2", path = "../misc/multiaddr" }
|
||||
multihash = "0.11.0"
|
||||
multihash = "0.11.3"
|
||||
multistream-select = { version = "0.8.4", path = "../misc/multistream-select" }
|
||||
parking_lot = "0.11.0"
|
||||
pin-project = "1.0.0"
|
||||
|
@@ -13,7 +13,7 @@ arrayref = "0.3"
|
||||
bs58 = "0.3.0"
|
||||
byteorder = "1.3.1"
|
||||
data-encoding = "2.1"
|
||||
multihash = "0.11.0"
|
||||
multihash = "0.11.3"
|
||||
percent-encoding = "2.1.0"
|
||||
serde = "1.0.70"
|
||||
static_assertions = "1.1"
|
||||
|
@@ -19,7 +19,7 @@ futures = "0.3.1"
|
||||
log = "0.4"
|
||||
libp2p-core = { version = "0.24.0", path = "../../core" }
|
||||
libp2p-swarm = { version = "0.24.0", path = "../../swarm" }
|
||||
multihash = "0.11.0"
|
||||
multihash = "0.11.3"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
sha2 = "0.9.1"
|
||||
|
Reference in New Issue
Block a user