From b4080dd9511300055580e498fc92dee6eca9ba23 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 6 May 2024 21:05:22 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.83 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac54d61..83f103a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] fyrox-sound = "0.26.0" -anyhow = { version = "1.0.82", features = ["backtrace"] } +anyhow = { version = "1.0.83", 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 -- 2.45.2