From 0140bc130907394ff48549b5a3ccd37b22991db2 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 18 May 2024 00:09:28 +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 856e8d0..50849af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ cgmath = { version = "0.18.0", features = ["swizzle", "serde"] } rand = "0.8.5" backtrace = "0.3.70" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } -anyhow = { version = "1.0.83", features = ["backtrace"] } +anyhow = { version = "1.0.85", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking