From 2c68524aa2d323a04eaeeae0850abc06e480b0a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Apr 2025 00:29:38 +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 11eed82..a6872e2 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.35", 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"