From ba6565d4528334f8a6c4abfeec92db10d58a9a10 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 03:05:30 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a2fda6..7ce2d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" engine = { path = "../Gavania/engine", features = ["graphical"] } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } -anyhow = { version = "1.0.75", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] }