From 001f0df7ee3651d738111c11f97479e6f4256e9d Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 2 Jan 2024 14:17:16 -0700 Subject: chore(ext/net): bump rustls-tokio-stream to fix panic (#21763) Pull in https://github.com/denoland/rustls-tokio-stream/pull/22 to fix https://github.com/denoland/deno/issues/21762 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b08064b50..4fc7f3471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ ring = "^0.17.0" rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] } rustls = "0.21.8" rustls-pemfile = "1.0.0" -rustls-tokio-stream = "=0.2.16" +rustls-tokio-stream = "=0.2.17" rustls-webpki = "0.101.4" webpki-roots = "0.25.2" scopeguard = "1.2.0" -- cgit v1.2.3