From 8b6b896297544ef422f4f6af3ab6c132c9a58702 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 4 Jan 2024 02:04:24 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e92fc1b..cda6bf1 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.75", features = ["backtrace"] } +anyhow = { version = "1.0.79", features = ["backtrace"] } if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.31"