From 072b3b2d20fbbcaacc7c3efb03be0be615e08a25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Apr 2025 00:29:18 +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 76f606f..24dde27 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"