mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-10 19:25:26 +00:00
rusoto: Update async-tungstenite dependency to 0.6
This commit is contained in:
parent
ecac8002d9
commit
c917e77687
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ url = "2"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
tokio = { version = "0.2", features = [ "rt-threaded" ] }
|
tokio = { version = "0.2", features = [ "rt-threaded" ] }
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
async-tungstenite = { version = "0.5", features = ["tokio", "tokio-runtime", "tokio-tls"] }
|
async-tungstenite = { version = "0.6", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
|
||||||
nom = "5.1.1"
|
nom = "5.1.1"
|
||||||
crc = "1.8.1"
|
crc = "1.8.1"
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3.4"
|
||||||
|
|
Loading…
Reference in a new issue