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" }