From 4e70ff80c2f630875b73c9010d959b518a977715 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 8 Apr 2021 18:46:14 +0200 Subject: chore: update deps (#10058) This commit updates crate dependencies. --- cli/tests/integration_tests.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 73fdcc994..dbebd11f1 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -4717,7 +4717,9 @@ console.log("finish"); /// Returns the next websocket message as a string ignoring /// Debugger.scriptParsed messages. async fn ws_read_msg( - socket: &mut tokio_tungstenite::WebSocketStream, + socket: &mut tokio_tungstenite::WebSocketStream< + tokio_tungstenite::MaybeTlsStream, + >, ) -> String { use deno_core::futures::stream::StreamExt; while let Some(msg) = socket.next().await { -- cgit v1.2.3