From 5a0e720952fca664188c4e2c2c355506b82b0de9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:19:14 +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 7080ce3..4176c56 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.2"