From df5cc06aa78171692a6b492b3a1b5d96e3394c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:45:26 +0000 Subject: [PATCH] build(deps): bump multihash from 0.17.0 to 0.18.1 Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.17.0 to 0.18.1. - [Changelog](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.17.0...v0.18.1) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +--- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eacbf893..ac3ea84d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2501,7 +2501,7 @@ dependencies = [ "libp2p", "mockall 0.12.1", "multiaddr", - "multihash 0.17.0", + "multihash 0.18.1", "network-interface", "nohash-hasher", "parking_lot 0.12.3", @@ -2788,9 +2788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" dependencies = [ "core2", - "digest 0.10.7", "multihash-derive", - "sha2 0.10.8", "unsigned-varint 0.7.2", ] diff --git a/Cargo.toml b/Cargo.toml index d5cee552..2de9e16b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ indexmap = { version = "2.0.0", features = ["std"] } libc = "0.2.142" mockall = "0.12.1" multiaddr = "0.17.0" -multihash = { version = "0.17.0", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } +multihash = { version = "0.18.1", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } network-interface = "1.1.1" parking_lot = "0.12.3" pin-project = "1.1.0"