diff --git a/Cargo.toml b/Cargo.toml index 01ed4bb..298ddf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ env_logger = "0.11" # Image processing for examples image = "0.25" -imageproc = "0.25" +imageproc = "0.26" # Optional features tokio = { version = "1.0", features = ["full"], optional = true }