From 2f9f819579bae5649f8cb0a8ec42bec86d8c2988 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 16 Jul 2023 02:05:50 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.72 --- vma-rs/Cargo.toml | 2 +- vulkan-rs/Cargo.toml | 2 +- vulkan-sys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vma-rs/Cargo.toml b/vma-rs/Cargo.toml index cade46d..0022e8c 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] vulkan-sys = { path = "../vulkan-sys" } -anyhow = { version = "1.0.71", features = ["backtrace"] } +anyhow = { version = "1.0.72", features = ["backtrace"] } [build-dependencies] cc = "1.0.79" \ No newline at end of file diff --git a/vulkan-rs/Cargo.toml b/vulkan-rs/Cargo.toml index df9da7c..f1f93e4 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" image = "0.24.6" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } -anyhow = { version = "1.0.71", features = ["backtrace"] } +anyhow = { version = "1.0.72", features = ["backtrace"] } assetpath = { path = "../assetpath" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } diff --git a/vulkan-sys/Cargo.toml b/vulkan-sys/Cargo.toml index 100f954..0835ac6 100644 --- a/vulkan-sys/Cargo.toml +++ b/vulkan-sys/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" library_loader = { path = "../library_loader" } paste = "1.0.13" shared_library = "0.1.9" -anyhow = { version = "1.0.71", features = ["backtrace"] } +anyhow = { version = "1.0.72", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } -- 2.47.0