From ab82171e98dd4987d8291f7413f091c9d1aded1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:43:16 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e70b98f..524357a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] pyo3 = "0.28" silicon = { path = "vendor/silicon", default-features = false, features = ["anyhow"] } syntect = "5.2" -image = { version = "0.24", default-features = false, features = ["png"] } +image = { version = "0.25", default-features = false, features = ["png"] } [patch.crates-io] pathfinder_simd = { git = "https://github.com/servo/pathfinder", package = "pathfinder_simd" }