From e3030548ce56b120e175a1cf45f8c7abb85e2a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:05:04 +0000 Subject: [PATCH] chore(deps): update cid requirement from 0.9 to 0.10 in /ucan 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.10.0) --- updated-dependencies: - dependency-name: cid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ucan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucan/Cargo.toml b/ucan/Cargo.toml index 7e0e581e..4688b5f7 100644 --- a/ucan/Cargo.toml +++ b/ucan/Cargo.toml @@ -26,7 +26,7 @@ async-std = "1.0" async-trait = "0.1" base64 = "0.13" bs58 = "0.4" -cid = "0.9" +cid = "0.10" futures = "0.3" instant = { version = "0.1", features = ["wasm-bindgen", "stdweb"] } libipld-core = { version = "0.15", features = ["serde-codec", "serde"] }