Skip to content

Commit

Permalink
build(deps): update hyper-proxy to use rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
cbacken authored Jun 19, 2024
1 parent e7f57fe commit f856d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple-codesign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f856d25

Please sign in to comment.