From 768f8fc112fcb0c4d0855a2840b638e377abf050 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Apr 2025 00:28:53 +0000 Subject: [PATCH] Update Rust crate thiserror to 2.0.12 --- 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 5e7f2d3..45f64f9 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -10,7 +10,7 @@ lazy_static = "1.5.0" dotenvy = "0.15.7" clap = { version = "4.5.36", features = ["derive", "env"] } anyhow = "1.0.97" -thiserror = "2.0.3" +thiserror = "2.0.12" openssl = { version = "0.10.72" } openssl-sys = "0.9.107" libc = "0.2.171"