diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index a687dd6e..f08d786e 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -16,14 +16,14 @@ futures = "0.3" gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } -aws-config = "0.53.0" -aws-sdk-s3 = "0.23.0" -aws-sdk-transcribe = "0.23.0" -aws-types = "0.53.0" -aws-credential-types = "0.53.0" -aws-sig-auth = "0.53.0" -aws-smithy-http = { version = "0.53.0", features = [ "rt-tokio" ] } -aws-smithy-types = "0.53.0" +aws-config = "0.54.0" +aws-sdk-s3 = "0.24.0" +aws-sdk-transcribe = "0.24.0" +aws-types = "0.54.0" +aws-credential-types = "0.54.0" +aws-sig-auth = "0.54.0" +aws-smithy-http = { version = "0.54.0", features = [ "rt-tokio" ] } +aws-smithy-types = "0.54.0" http = "0.2.7" chrono = "0.4" url = "2"