From 8c0f2f2588aa52f116e1fe3c61695b4c23c1fcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:25:54 +0000 Subject: [PATCH] chore(deps): update multihash requirement from 0.17 to 0.18 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) - [Changelog](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.17.0...v0.17.0) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acbba7a43..f15a5f4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ mime = "0.3" mime_classifier = "0.0.1" mime_guess = "2.0.4" multibase = "0.9.1" -multihash = "0.17" +multihash = "0.18" names = { version = "0.14.0", default-features = false } nix = "0.26" num_enum = "0.5.7"