rusoto: Update async-tungstenite dependency to 0.8

This commit is contained in:
Sebastian Dröge 2020-07-27 10:27:26 +03:00 committed by Sebastian Dröge
parent c556c1f164
commit 786ee001b3

View file

@ -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"