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-11-17 11:10:00 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-11-17 11:10:00 +0300
commitf817f6e9b904828cdaccdf007e9f0f1bbc855dbd (patch)
tree8df1776eb29a22eb0f9610bcd76bdc71a87d9d6a /net
parent58322bcc962edfc0f772275f03bea5a2419476b6 (diff)
Update to rav1e 0.5 and async-tungstenite 0.16
Also add an asm feature to rav1e, which requires nasm to be in place.
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 d44f83b5..029065b6 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -22,7 +22,7 @@ rusoto_signature = "0.47"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "rt-multi-thread" ] }
-async-tungstenite = { version = "0.15", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
+async-tungstenite = { version = "0.16", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
crc = "2"
byteorder = "1.3.4"