From 2c47ce5fa8c4a4856b12b121eba083ae43910df2 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 4 Jan 2024 02:05:10 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5c70d3..548cff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] rg3d-sound = "0.26.0" -anyhow = { version = "1.0.75", features = ["backtrace"] } +anyhow = { version = "1.0.79", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } \ No newline at end of file