remove redundant rustls-tls feature
All checks were successful
Build and Test / rust-boss (push) Successful in 6m52s
All checks were successful
Build and Test / rust-boss (push) Successful in 6m52s
This commit is contained in:
parent
bb475476e6
commit
cbb5225b75
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue