From 6f25e5b193b6169b63ec217cacd06277c8075ed2 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 4 Sep 2022 00:32:38 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.63 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36b35f6..6a19768 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.62" +anyhow = "1.0.63" id3 = "1.2.0" image = "0.24.3" structopt = { version = "0.3.26", default-features = false } -- 2.45.2