From df99c6f413812d8679d052117d02f808e10f045c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:55:19 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.97 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index a846d78..a5a887a 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.11.7" clap = { version = "4.5.32", features = ["derive", "env"] } lazy_static = "1.5.0" lazy-regex = "3.3.0" -anyhow = "1.0.87" +anyhow = "1.0.97" actix-web = "4.10.2" actix-cors = "0.7.1" actix-multipart = "0.7.0"