From 0170b577b864cf7570a7b5407ab9909e96c927af Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 24 Feb 2024 02:06:41 +0000 Subject: [PATCH] Update Rust crate image to 0.24.9 --- 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 c171561..7c91cce 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -image = "0.24.8" +image = "0.24.9" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.80", features = ["backtrace"] }