From 082efa367c535f5a0221933931eabaf374d2f9e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:59:42 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.97 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index bfe955a..01f0915 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.7" lazy_static = "1.5.0" dotenvy = "0.15.7" clap = { version = "4.5.34", features = ["derive", "env"] } -anyhow = "1.0.89" +anyhow = "1.0.97" thiserror = "2.0.3" openssl = { version = "0.10.66" } openssl-sys = "0.9.102"