From 613ddf39d1b0167d2c8e68424db6ff8826bfdf7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 13:26:28 +0000 Subject: [PATCH] build(deps): Update multihash requirement from 0.13 to 0.14 Updates the requirements on [multihash](https://github.com/multiformats/rust-multihash) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-multihash/releases) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] --- core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 3c040d741c2..f72039369a1 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" @@ -45,7 +45,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"