From 7ba6206ec8bd904c53a662a2fce1e5f48961c431 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 23 Nov 2022 23:46:43 +0100 Subject: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index df5ca0e..b8f6cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,13 +7,13 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -image = "0.23" -imageproc = "0.22.0" +image = "0.24" +imageproc = "0.23.0" rusttype = "0.9.2" reqwest = { version = "0.11.5", features = ["default-tls", "blocking", "json"] } serde = { version = "1.0", features = ["std", "derive"] } serde_json = "1.0" -clap = "2.33" +clap = "4.0" xdg = "2.2.0" itertools = "0.10.1" md5 = "0.7" -- cgit v1.2.3