From f9b074dbf3761cb6fbd7d6255f957c17a73af49a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 16 Jul 2023 02:02:49 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.72 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d2a4e2..33c209c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] rg3d-sound = "0.26.0" -anyhow = { version = "1.0.71", features = ["backtrace"] } +anyhow = { version = "1.0.72", 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