From e2c16d94505f8013def1b0cb2da66066e07175a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Sep 2025 00:35:59 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.100 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8795110..91b7e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4.28" env_logger = "0.11.8" clap = { version = "4.5.47", features = ["derive", "env"] } lazy_static = "1.5.0" -anyhow = "1.0.99" +anyhow = "1.0.100" serde = { version = "1.0.225", features = ["derive"] } serde_json = "1.0.143" rust-s3 = { version = "0.37.0", features = ["tokio"] }