remove redundant rustls-tls feature
All checks were successful
Build and Test / rust-boss (push) Successful in 6m52s

This commit is contained in:
redbinder0526 2026-05-25 10:00:42 +02:00
commit cbb5225b75

View file

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