From 4cb6ecab03d45c0d245c4a20b8829aa9336564ac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:14:40 +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 168a519..1e82355 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"] }