diff --git a/Cargo.toml b/Cargo.toml index 1ed394e..8a612b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] env_logger = "0.11.3" -image = "0.24.9" +image = "0.25.0" imageproc = "0.23.0" log = "0.4.21" once_cell = "1.19.0"