From c2f9ed013ad3745cfd5d686b7e5bc270c235163a Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 21 Dec 2023 08:21:28 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.76 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 392faab..91e7b61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 49487fd..eb13547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = [ "id3", "mp3", "images" ] categories = [ "command-line-utilities", "filesystem", "multimedia" ] [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.76" id3 = "1.7.0" image = "0.24.3" structopt = { version = "0.3.26", default-features = false } -- 2.45.2