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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-09-11 08:44:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-09-11 08:44:32 +0300
commitea394fb06edd803245f0481239b7dc9fe4a7ec60 (patch)
tree24d6a9bf83cb24de1d0f91b8398e6c4a6d5bdda1 /net
parentc515ee5a019c787bc6cda496d0d3d754b7570c33 (diff)
rusoto: Update to async-tungstenite 0.15
Diffstat (limited to 'net')
-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 7247a764..0a483c65 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -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"