From a2bc6a89240217765a648d005e1f83def6a11870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:04:55 +0000 Subject: [PATCH] Update Rust crate cid to 0.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67deec4..f6c603f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,9 +378,9 @@ dependencies = [ [[package]] name = "cid" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "472ac98592f38dfd48f188d5713a328422ed22fa39eb52b8bca495370134762a" +checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" dependencies = [ "core2", "multibase", diff --git a/Cargo.toml b/Cargo.toml index 4308c2c..edf934a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cid = "0.11.0" +cid = "0.11.1" log = "0.4.21" simple_logger = "4.3.3" actix-web = "4"