diff --git a/Cargo.toml b/Cargo.toml index e82fecb..5edac17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ homepage = "https://github.com/matter-labs/teepot" [workspace.dependencies] actix-http = "3" -actix-tls = "3" +actix-tls = "3.3.0" actix-web = { version = "4.5", features = ["rustls-0_22"] } anyhow = "1.0.82" awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }