From 7c3417e5759562a7655c33625cd6cef444ae9fcb Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 6 Feb 2023 02:03:53 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bdb3f0..981242d 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.68", features = ["backtrace"] } +anyhow = { version = "1.0.69", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking