From 049506fe4bb8813231b14397957bc781a15f7d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:24:00 +0000 Subject: [PATCH] chore(deps): update cid requirement from 0.9 to 0.10 Updates the requirements on [cid](https://github.com/multiformats/rust-cid) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-cid/releases) - [Changelog](https://github.com/multiformats/rust-cid/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-cid/compare/v0.9.0...v0.9.0) --- updated-dependencies: - dependency-name: cid 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..db0388a27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ bs58 = "0.4" bytecheck = "0.6.7" bytes = "1.1" bytesize = "1.1" -cid = "0.9" +cid = "0.10" clap = "4.0.15" clap_mangen = "0.2.2" config = "0.13.1"