diff --git a/Cargo.toml b/Cargo.toml index 62076f7d..de043ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,6 @@ rcgen = { version = "0.10.0", features = ["pem", "x509-parser"] } mime = "0.3.17" # aws-config = "0.56.1" # aws-sdk-s3 = "0.31.1" -# rust-s3 = "0.33.0" rust-s3 = {version = "0.33.0", default-features = false, features = ["tokio-rustls-tls", "with-tokio", "no-verify-ssl"] } redis = "0.23.3" tracing = "0.1.37"