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