From a428c600b706716c46e8a9e40e65229ae27cc9ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:42:47 +0300 Subject: [PATCH] chore(deps): update rust crate cid to 0.11.0 (#1917) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a850d18e5..bce09ddd5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,6 +972,18 @@ dependencies = [ "unsigned-varint 0.7.2", ] +[[package]] +name = "cid" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "472ac98592f38dfd48f188d5713a328422ed22fa39eb52b8bca495370134762a" +dependencies = [ + "core2", + "multibase", + "multihash 0.19.1", + "unsigned-varint 0.8.0", +] + [[package]] name = "cid-utils" version = "0.1.0" @@ -3233,7 +3245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5acd707e8d8b092e967b2af978ed84709eaded82b75effe6cb6f6cc797ef8158" dependencies = [ "anyhow", - "cid", + "cid 0.10.1", "core2", "multibase", "multihash 0.18.1", @@ -4992,7 +5004,7 @@ version = "0.1.0" dependencies = [ "base64 0.21.5", "bytesize", - "cid", + "cid 0.11.0", "eyre", "fluence-app-service", "fs-utils", diff --git a/Cargo.toml b/Cargo.toml index d36262b5f1..6d67346ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ serde = "1.0.192" toml = "0.5.10" itertools = "0.11.0" humantime-serde = "1.1.1" -cid = "0.10.1" +cid = "0.11.0" libipld = "0.16.0" axum = "0.6.20" hyper = "0.14.27"