diff --git a/Cargo.toml b/Cargo.toml index 08fd0644..7867c173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ clap = { version = "4.4", features = ["derive"], optional = true } flate2 = { version = "1.0", optional = true } flexbuffers = { version = "2.0", optional = true } half = { version = "2.3.1", optional = true, features = ["serde"] } -image = { version = "0.24.7", default-features = false, features = ["png"] } +image = { version = "0.25.0", default-features = false, features = ["png"] } kd-tree = { version = "0.5", optional = true } noise = { version = "0.8.2", optional = true } ply-rs = { version = "0.1", optional = true }