From 4df337fb1d06a6e0cddaf52b337f2f9f6f4caba2 Mon Sep 17 00:00:00 2001 From: Alex Severin Date: Fri, 15 Mar 2024 02:00:41 +0300 Subject: [PATCH] update image --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03ece3d8..5b3dc3b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ display-window = ["sdl2"] ab_glyph = "0.2.23" approx = "0.5" conv = "0.3.3" -image = { version = "0.24.7", default-features = false } +image = { version = "0.25.0", default-features = false } itertools = "0.12" nalgebra = { version = "0.32", default-features = false, features = ["std"] } num = "0.4.1"