From a2f1357fe81fe212451567cc433c0e6b4a85edc5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 6 Dec 2021 18:48:11 -0500 Subject: chore: upgrade to rustls 0.20 (#12488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk Co-authored-by: Bert Belder --- test_util/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 279cb4d30..c545fcfea 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,12 +21,13 @@ hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime" lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.5.4" +rustls-pemfile = "0.2.1" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.65" tempfile = "3.2.0" tokio = { version = "1.10.1", features = ["full"] } -tokio-rustls = "0.22.0" -tokio-tungstenite = "0.14.0" +tokio-rustls = "0.23" +tokio-tungstenite = "0.16" [target.'cfg(unix)'.dependencies] pty = "0.2.2" -- cgit v1.2.3