From c4b7bdb9d13e04bbca2ef1c30b094cb97e208002 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 18 May 2022 15:04:44 +0200 Subject: chore: update rustls (#14647) This fixes thevery annoying "Received a ServerHelloDone handshake message while expecting [CertificateRequest]" debug log from rustls. --- ext/tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tls') diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index c60402112..2e2e23e23 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.134.0", path = "../../core" } once_cell = "1.10.0" -rustls = { version = "0.20", features = ["dangerous_configuration"] } +rustls = { version = "0.20.5", features = ["dangerous_configuration"] } rustls-native-certs = "0.6.2" rustls-pemfile = "1.0.0" serde = { version = "1.0.136", features = ["derive"] } -- cgit v1.2.3