--- Cargo.toml.orig 1970-01-01 00:00:01 UTC +++ Cargo.toml @@ -139,7 +139,13 @@ version = "0.12" [dependencies.reqwest] version = "0.12" -features = ["socks"] +default-features = false +features = [ + "rustls-tls", + "charset", + "http2", + "socks", +] [dependencies.rpassword] version = "7" @@ -236,6 +242,12 @@ version = "0.12" [dev-dependencies.reqwest] version = "0.12" +default-features = false +features = [ + "rustls-tls", + "charset", + "http2", +] [dev-dependencies.serde_with] version = "3"