rusoto: Update async-tungstenite dependency to 0.17

This commit is contained in:
Sebastian Dröge 2022-02-28 09:31:58 +02:00
parent 6ffe9d3744
commit 04648546d1

View file

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