From 7b089495ad7593b56ce8082108b1e22a9b03cb89 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Tue, 2 Apr 2024 20:10:20 +0100 Subject: [PATCH] build: remove some unused features/deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 210c694..2722fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ clap = { version = "4.5.4", optional = true, features = ["derive"] } serde_json = { version = "1.0.114", optional = true } # http -reqwest = { version = "0.12.3", default_features = false, features = ["default-tls", "http2"], optional = true } +reqwest = { version = "0.12.3", default_features = false, features = ["default-tls", "http2"], default_features = false, features = ["default-tls", "http2"], optional = true } # clipboard nix = { version = "0.27.1", optional = true, features = ["event"] }