transcribe: Update to rusoto 0.43 and async-tungstenite 0.5

This commit is contained in:
Sebastian Dröge 2020-05-28 13:22:59 +03:00
parent 04f85f6dbd
commit 65333d85ab

View file

@ -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"