From c044996014683c6fd04b90a0587de8ca7b708099 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:17:12 +0000 Subject: [PATCH] Update Rust crate image to 0.25.6 --- virtweb_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 2888c48..727695d 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -34,7 +34,7 @@ sysinfo = { version = "0.34.0", features = ["serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] } lazy-regex = "3.4.1" thiserror = "2.0.12" -image = "0.25.5" +image = "0.25.6" rand = "0.9.0" bytes = "1.10.1" tokio = { version = "1.44.1", features = ["rt", "time", "macros"] } -- 2.47.2