From 8ec8a7bf69be005ccc20fd404ea50db32d450b79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 01:09:49 +0200 Subject: [PATCH] chore(deps): update rust crate image to 0.25 (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59afd388..f6ad438f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ png = "0.17" winit = "0.29" tao = "0.26" wry = "0.37" -image = "0.24" +image = "0.25"