diff --git a/Cargo.toml b/Cargo.toml index ae2a257..7eb6915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] image = "0.25" -imageproc = "0.25" +imageproc = "0.26" rodio = "0.20" ab_glyph = "0.2" serde = { version = "1.0", features = ["derive"] }