mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
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:
parent
753425507a
commit
2b0bf218b1
1 changed files with 0 additions and 4 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Reference in a new issue