drop rusttls
... | ... | @@ -18,6 +18,6 @@ rusqlite = { version = "0.29.0", features = ["bundled"] } |
tinytemplate = "1.2.1" | ||
chrono = "0.4.26" | ||
tokio = { version = "1.28.2", features = ["full"] } | ||
rusoto_core = { version = "0.48.0", default_features = false, features=["rustls"] } | ||
rusoto_core = { version = "0.48.0" } | ||
rusoto_credential = { version = "0.48.0" } | ||
rusoto_s3 = { version = "0.48.0", default_features = false, features=["rustls"] } | ||
\ No newline at end of file | ||
rusoto_s3 = { version = "0.48.0" } | ||
\ No newline at end of file |
Please register or sign in to comment