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 }