From f6df3e198b8ff91080c67a14b41a331d605a843c Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Wed, 2 Apr 2025 00:39:50 +0000
Subject: [PATCH] Update Rust crate thiserror to 2.0.12

---
 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 1c95a66..3f5a122 100644
--- a/remote_backend/Cargo.toml
+++ b/remote_backend/Cargo.toml
@@ -20,7 +20,7 @@ actix-cors = "0.7.1"
 lazy_static = "1.5.0"
 anyhow = "1.0.97"
 reqwest = { version = "0.12.15", features = ["json"] }
-thiserror = "2.0.3"
+thiserror = "2.0.12"
 uuid = { version = "1.16.0", features = ["v4", "serde"] }
 futures-util = "0.3.30"
 lazy-regex = "3.4.1"