From 25f09a2b4ba1c5f66e92eed8b2dfa9d5f3c51a3a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:16:40 +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 b8192f7..8bf2420 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"