From f856d2534b8ea4bb10b3c5d3c962b21766df394e Mon Sep 17 00:00:00 2001 From: Christopher Backen Date: Wed, 19 Jun 2024 15:18:58 -0700 Subject: [PATCH] build(deps): update hyper-proxy to use rustls --- apple-codesign/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple-codesign/Cargo.toml b/apple-codesign/Cargo.toml index 7d54f84b..1c6019de 100644 --- a/apple-codesign/Cargo.toml +++ b/apple-codesign/Cargo.toml @@ -44,7 +44,7 @@ goblin = "0.8.0" headers = "0.3.8" hex = "0.4.3" hyper = { version = "0.14.27", features = ["client"] } -hyper-proxy = "0.9.1" +hyper-proxy = { version = "0.9.1", default-features = false, features = ["rustls"] } log = "0.4.20" md-5 = "0.10.6" minicbor = { version = "0.20.0", features = ["derive", "std"] }