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