diff --git a/Cargo.toml b/Cargo.toml index f6ad362..9dd38eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ num-traits = "0.2" [dev-dependencies] bresenham = "0.1.1" -image = { version = "0.23.14", default-features = false, features = ["png"] } +image = { version = "0.24.6", default-features = false, features = ["png"] } rand = "0.8.3"