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/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-22 16:29:13 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-22 16:29:13 +0300
commitfc20df294e375f3c0f96d502a9fbb2bc9c7a9a6a (patch)
tree085816ddc2d8a7d342f8673647c10426373afc9b /net
parent9bb3e75fb9f64b531fa5ac60776c4c934b635e47 (diff)
Remove a few unused dependencies
Diffstat (limited to 'net')
-rw-r--r--net/rusoto/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index eafe73210..39a8cbe93 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -18,7 +18,6 @@ gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
rusoto_core = "0.44"
rusoto_s3 = "0.44"
rusoto_credential = "0.44"
-rusoto_transcribe = "0.44"
rusoto_signature = "0.44"
url = "2"
percent-encoding = "2"