diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index bfe955a..01f0915 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.7" lazy_static = "1.5.0" dotenvy = "0.15.7" clap = { version = "4.5.34", features = ["derive", "env"] } -anyhow = "1.0.89" +anyhow = "1.0.97" thiserror = "2.0.3" openssl = { version = "0.10.66" } openssl-sys = "0.9.102"