From 786ee001b3d7071a04dfceef606fe98b73f37d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Jul 2020 10:27:26 +0300 Subject: [PATCH] rusoto: Update async-tungstenite dependency to 0.8 --- net/rusoto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index 898d281e..fb78ddbd 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -23,7 +23,7 @@ url = "2" percent-encoding = "2" tokio = { version = "0.2", features = [ "rt-threaded" ] } lazy_static = "1.0" -async-tungstenite = { version = "0.7", features = ["tokio", "tokio-runtime", "tokio-native-tls"] } +async-tungstenite = { version = "0.8", features = ["tokio", "tokio-runtime", "tokio-native-tls"] } nom = "5.1.1" crc = "1.8.1" byteorder = "1.3.4"