diff --git a/Cargo.toml b/Cargo.toml index c020453..dfc1361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ md-5 = "0.11" rand = "0.8" anyhow = "1.0" base64 = "0.22" -reqwest = { version = "0.13", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json"] } aws-config = { version = "1.1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1.17" tokio = { version = "1.50.0", features = ["full"] }