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