From 8f25f0017e770ca57df9b52bedcb9bb1dd7daa07 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 20 Aug 2023 02:05:14 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51e4d28..84540f4 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.68" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } -anyhow = { version = "1.0.74", features = ["backtrace"] } +anyhow = { version = "1.0.75", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -- 2.45.2