rusoto: Update to async-tungstenite 0.15

This commit is contained in:
Sebastian Dröge 2021-09-11 08:44:32 +03:00
parent c515ee5a01
commit ea394fb06e

View file

@ -21,7 +21,7 @@ rusoto_signature = "0.47"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "rt-multi-thread" ] }
async-tungstenite = { version = "0.14", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
async-tungstenite = { version = "0.15", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
crc = "2"
byteorder = "1.3.4"