From 056e7406853490e82f636a863c87073c0bb60d7b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 10 Apr 2024 06:10:24 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9eddeea..b10eb4e 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.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking