From d6d95b75c7992a2cbd5ccbfc37f9f17aca9f9cbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:10:22 +0000 Subject: [PATCH] Update Rust crate image to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32630d0..32572bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ cfg-if = "1.0.0" clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" hyper = "0.14.28" -image = { version = "0.24.9", default-features = true } +image = { version = "0.25.0", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0" mimalloc = { version = "0.1.39", default-features = false }