From aece0e58f930f908dd06181c04ed40a1da4ee9c8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 16:59:20 +0100 Subject: Add sourcehut build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb0850d..e2c8ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.5.2", features = ["derive"] } percent-encoding = "2.3.1" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.11", features = ["json", "native-tls", "native-tls-vendored"] } scraper = "0.19.0" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -- cgit