From bd65ed248dce5807cd42532a87eed09b2c2037e1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 30 Apr 2023 02:04:08 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.71 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4175a3..35c06fe 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.67" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } -anyhow = { version = "1.0.70", features = ["backtrace"] } +anyhow = { version = "1.0.71", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -- 2.45.2