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/aws
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-24 18:03:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-24 18:03:33 +0300
commitb64f95116001647e1f6795b188cd64096290e224 (patch)
tree28cc41a66c42a956c10ddf8dedbbfe990dbfaeee /net/aws
parent6d21231554c466e34be76cbf826a19e1675d1898 (diff)
Update to async-tungstenite 0.18
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 08430cfe..4b8f3ff4 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -28,7 +28,7 @@ chrono = "0.4"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "full" ] }
-async-tungstenite = { version = "0.17", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
+async-tungstenite = { version = "0.18", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
crc = "3"
byteorder = "1.3.4"