From d57137d798e12a2d2319f08dac448990456578ef Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 31 Mar 2024 03:06:32 +0000 Subject: [PATCH] Update Rust crate image to 0.25.1 --- vulkan-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-rs/Cargo.toml b/vulkan-rs/Cargo.toml index d15de1f..255d1d8 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -image = "0.25.0" +image = "0.25.1" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.81", features = ["backtrace"] }