0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore: update rustls (#14647)

This fixes thevery annoying "Received a ServerHelloDone handshake
message while expecting [CertificateRequest]" debug log from rustls.
This commit is contained in:
Luca Casonato 2022-05-18 15:04:44 +02:00 committed by GitHub
parent 037466e9cd
commit c4b7bdb9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }