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>
This commit is contained in:
Sanchayan Maity 2022-05-26 14:35:07 +05:30 committed by Sebastian Dröge
parent 753425507a
commit 2b0bf218b1

View file

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