From 55d70fc8d9ee836eef57916f1f497941ed008f46 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:56:33 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.97 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3179064..29ef080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4.25" env_logger = "0.11.6" clap = { version = "4.5.26", features = ["derive", "env"] } lazy_static = "1.5.0" -anyhow = "1.0.95" +anyhow = "1.0.97" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.137" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }