diff --git a/core/Cargo.toml b/core/Cargo.toml index e4c0a3fdc32..9e678e87834 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.2" libsecp256k1 = { version = "0.5.0", optional = true } log = "0.4" multiaddr = { version = "0.12.0" } -multihash = { version = "0.13", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } +multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } multistream-select = { version = "0.10", path = "../misc/multistream-select" } parking_lot = "0.11.0" pin-project = "1.0.0" @@ -44,7 +44,7 @@ criterion = "0.3" libp2p-mplex = { path = "../muxers/mplex" } libp2p-noise = { path = "../transports/noise" } libp2p-tcp = { path = "../transports/tcp" } -multihash = { version = "0.13", default-features = false, features = ["arb"] } +multihash = { version = "0.14", default-features = false, features = ["arb"] } quickcheck = "0.9.0" wasm-timer = "0.2"