From d684bba9a4eeaed2f405bce4302e06740b7f62a7 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 13 Oct 2024 17:02:33 +0700 Subject: [PATCH] Update `image` dev-dependency --- palette/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palette/Cargo.toml b/palette/Cargo.toml index 094c6c18..0748fd76 100644 --- a/palette/Cargo.toml +++ b/palette/Cargo.toml @@ -76,7 +76,7 @@ ron = "=0.8.0" # Pinned due to MSRV mismatch enterpolation = "0.2.0" [dev-dependencies.image] -version = "0.23.14" +version = "0.25.2" default-features = false features = ["png"]