diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 36cd1f2..c04ef40 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "1.0.64" openssl = { version = "0.10.66" } openssl-sys = "0.9.102" libc = "0.2.159" -foreign-types-shared = "0.1.1" +foreign-types-shared = "0.3.0" asn1 = "0.17" actix-web = { version = "4", features = ["openssl"] } futures = "0.3.31"