Skip to content

Commit

Permalink
Merge branch 'feat/support-proxy-auth' of https://github.com/austinsa…
Browse files Browse the repository at this point in the history
…sko/apple-platform-rs into feat/support-proxy-auth
  • Loading branch information
austinsasko committed Jul 20, 2024
2 parents 4596cdf + f856d25 commit fa123b6
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 fa123b6

Please sign in to comment.