From 9f21971f76a52dfbfdc06400e8708456e0b51f94 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 8 Jul 2023 23:47:26 -0400 Subject: alpine docker went boomed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3-freya