Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-21 18:16:42 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-21 18:16:42 +0300
commitc917e77687f6d7b4de22c5a27bcf48a27982b2cc (patch)
tree55d6501685517e86c7f3d1e281055b5773c50301
parentecac8002d9fffad5afa91a1074241a02e5402f77 (diff)
rusoto: Update async-tungstenite dependency to 0.6
-rw-r--r--net/rusoto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index 19b1cad4f..eafe73210 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -24,7 +24,7 @@ url = "2"
percent-encoding = "2"
tokio = { version = "0.2", features = [ "rt-threaded" ] }
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"
crc = "1.8.1"
byteorder = "1.3.4"