From a91e2c27165dc6f40911e88450cb21d4d25c34a8 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 25 Oct 2022 00:30:14 +0000 Subject: [PATCH] Update Rust crate image to 0.24.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9654eb..214624b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ] [dependencies] anyhow = "1.0.63" id3 = "1.2.0" -image = "0.24.3" +image = "0.24.4" structopt = { version = "0.3.26", default-features = false } [dev-dependencies]