summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e56a078..e8f0dd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.4.1", features = ["fs"] }
axum = "0.6.12"
-reqwest = { version = "0.11.18", features = ["json"] }
+reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
# templating
serde = { version = "1", features = ["derive"] }