From 1f40b0141d6c30143d8eef990b7371e0c450e942 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 06:04:22 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8a53b7..88cdae0 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.80", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] } if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.34"