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"