mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
rusoto: Update to async-tungstenite 0.15
This commit is contained in:
parent
c515ee5a01
commit
ea394fb06e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ rusoto_signature = "0.47"
|
||||||
url = "2"
|
url = "2"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
tokio = { version = "1.0", features = [ "rt-multi-thread" ] }
|
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"
|
nom = "7"
|
||||||
crc = "2"
|
crc = "2"
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3.4"
|
||||||
|
|
Loading…
Reference in a new issue