Skip to content

Commit dbd5c71

Browse files
Nero5023facebook-github-bot
authored andcommitted
Update get9/hyper-proxy
Summary: To support this PR facebook/buck2#947, we update get9/hyper-proxy to include the [PR](get9/hyper-proxy#3) which updates webpki from 0.21 to 0.22 Reviewed By: dtolnay Differential Revision: D75097181 fbshipit-source-id: e8979bb6ad27c188f93d3e2c5bb413dccfbd2b9c
1 parent dde78b5 commit dbd5c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/third-party/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ httparse = "1.7.1"
100100
httptest = "0.15"
101101
humantime = "2.0.1"
102102
hyper = { version = "0.14.26", features = ["client", "http1", "http2"] }
103-
hyper-proxy = { git = "https://github.com/get9/hyper-proxy", rev = "205e9fee42d469444d654d9fa207897f4a77d5b6", features = ["rustls"], default_features = false } # branch = tokio-rustls-0.23 Many PRs to bump versions (#28, #30, #31) are several years old, possibly abandoned crate. This fork contains changes from #28 + changes to upgrade rustls to 0.21.
103+
hyper-proxy = { git = "https://github.com/get9/hyper-proxy", rev = "80ac13e5bc89fa8e41c6155aa1bcc733242a158d", features = ["rustls"], default_features = false } # branch = tokio-rustls-0.23 Many PRs to bump versions (#28, #30, #31) are several years old, possibly abandoned crate. This fork contains changes from #28 + changes to upgrade rustls to 0.21.
104104
hyper-rustls = { version = "0.24.0", features = ["http2"] }
105105
hyper-timeout = "0.4"
106106
hyper-unix-connector = "0.2"

0 commit comments

Comments
 (0)