From f7cf4dc20806fd261f8d01b37b2683a304caed54 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 17 May 2024 18:03:49 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.84 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78377bd..9b8e06d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = { version = "1.0.83", features = ["backtrace"] } +anyhow = { version = "1.0.84", features = ["backtrace"] } if-addrs = "0.12.0" rand = "0.8.5" chrono = "0.4.38"