summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-08 23:47:26 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-08 23:47:26 -0400
commit9f21971f76a52dfbfdc06400e8708456e0b51f94 (patch)
treefce7761d271570376a11bcb813b6dfcae605a07d /Cargo.toml
parentbucket (diff)
downloadbucket-9f21971f76a52dfbfdc06400e8708456e0b51f94.tar.gz
bucket-9f21971f76a52dfbfdc06400e8708456e0b51f94.tar.bz2
bucket-9f21971f76a52dfbfdc06400e8708456e0b51f94.zip
alpine docker went boomed
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"] }