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
diff options
context:
space:
mode:
authorSanchayan Maity <sanchayan@sanchayanmaity.net>2022-05-26 12:05:07 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-06-14 11:03:49 +0300
commit2b0bf218b1d7ed606760435ae9dc296586c9e6af (patch)
treea616bb7e9b1296d4107c5163fdf0abc43050e395
parent753425507a9b4f2fa4f35ae4c43155214e4f08a8 (diff)
net/rusoto: Drop rusoto crates
Now that all elements are migrated to AWS SDK drop the rusoto dependencies. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/759>
-rw-r--r--net/rusoto/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index e07f20f9..0a350543 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -24,10 +24,6 @@ aws-smithy-http = { version = "0.42.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.42.0"
http = "0.2.7"
chrono = "0.4"
-rusoto_core = "0.48"
-rusoto_s3 = "0.48"
-rusoto_credential = "0.48"
-rusoto_signature = "0.48"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "full" ] }