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
path: root/audio
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-05-28 13:22:59 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-05-28 13:22:59 +0300
commit65333d85ab26f409cf6db005524d1802118b80f5 (patch)
treef72cc88bc913117a819440eb6bc79b881bc13135 /audio
parent04f85f6dbd1ff95a0ee511e36989b24ab48fd284 (diff)
transcribe: Update to rusoto 0.43 and async-tungstenite 0.5
Diffstat (limited to 'audio')
-rw-r--r--audio/transcribe/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/transcribe/Cargo.toml b/audio/transcribe/Cargo.toml
index dffbff8ad..d14b1aa0a 100644
--- a/audio/transcribe/Cargo.toml
+++ b/audio/transcribe/Cargo.toml
@@ -11,14 +11,14 @@ license = "LGPL-2.1-or-later"
glib = { git = "https://github.com/gtk-rs/glib" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
-rusoto_core = "0.43.0-beta.1"
-rusoto_credential = "0.43.0-beta.1"
-rusoto_transcribe = "0.43.0-beta.1"
-rusoto_signature = "0.43.0-beta.1"
+rusoto_core = "0.43.0"
+rusoto_credential = "0.43.0"
+rusoto_transcribe = "0.43.0"
+rusoto_signature = "0.43.0"
reqwest = { version = "0.10", features = ["cookies", "gzip"] }
futures = "0.3"
tokio = { version = "0.2", features = ["time", "rt-threaded"] }
-async-tungstenite = { version = "0.4", features = ["tokio", "tokio-runtime", "tokio-tls"] }
+async-tungstenite = { version = "0.5", features = ["tokio", "tokio-runtime", "tokio-tls"] }
nom = "5.1.1"
crc = "1.8.1"
byteorder = "1.3.4"