From 1d5b132e7e4ec857f6a69e59b94b8f0744b73ee2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 23:01:36 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.97 --- remote_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index 1a4627b..8b189af 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -18,7 +18,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-identity = "0.8.0" actix-cors = "0.7.1" lazy_static = "1.4.0" -anyhow = "1.0.93" +anyhow = "1.0.97" reqwest = { version = "0.12.15", features = ["json"] } thiserror = "2.0.3" uuid = { version = "1.16.0", features = ["v4", "serde"] }