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
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
parent9bb3e75fb9f64b531fa5ac60776c4c934b635e47 (diff)
Remove a few unused dependencies
-rw-r--r--net/rusoto/Cargo.toml1
-rw-r--r--version-helper/Cargo.toml1
-rw-r--r--video/flavors/Cargo.toml1
3 files changed, 0 insertions, 3 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"
diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml
index 60904a66d..435316531 100644
--- a/version-helper/Cargo.toml
+++ b/version-helper/Cargo.toml
@@ -13,4 +13,3 @@ edition = "2018"
[dependencies]
chrono = "0.4.6"
-toml = { version = "0.5", default-features = false }
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index 212871f23..721c8ec78 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
description = "Rust FLV Plugin"
[dependencies]
-url = "2"
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" }