From 0eeb9546b8e7d2d34cb2c9423ff511fc9cea085c Mon Sep 17 00:00:00 2001
From: Benjamin Wingfield <bwingfield@ebi.ac.uk>
Date: Mon, 26 Jun 2023 14:59:20 +0100
Subject: [PATCH] drop rusttls

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 71e4aee..947d83d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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
-- 
GitLab