Skip to content
Snippets Groups Projects
Commit 0eeb9546 authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

drop rusttls

parent 6fea361b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment