From 67b4bbb01c23279da5517bbc00d724c738891d6b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 18 May 2024 00:04:56 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.85 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 751cf3c..b592468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] fyrox-sound = "0.26.0" -anyhow = { version = "1.0.84", features = ["backtrace"] } +anyhow = { version = "1.0.85", 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