From c3b5433f09038e6301a1b2b60e8d93ee36a9c090 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 10 Nov 2024 00:27:34 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- 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 4fabfe6..92f2c79 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.20", features = ["derive", "env"] } anyhow = "1.0.89" -thiserror = "1.0.64" +thiserror = "2.0.0" openssl = { version = "0.10.66" } openssl-sys = "0.9.102" libc = "0.2.159" -- 2.49.1