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:
parent
037466e9cd
commit
c4b7bdb9d1
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue