You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: This brings changes into the OSS shim that should have been included in D76918206 but were missed (partially due to the OSS CI job already being broken at the time).
Reviewed By: dtolnay
Differential Revision: D80467762
fbshipit-source-id: 1b3aa5d42bdb73a1bb2f2957cd340484b50657a9
Copy file name to clipboardExpand all lines: shim/third-party/rust/Cargo.toml
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -97,14 +97,22 @@ hex = "0.4.3"
97
97
higher-order-closure = "0.0.5"
98
98
hostname = "0.3.1"
99
99
http = "0.2"
100
+
http-1 = { package = "http", version = "1.3.1" }
101
+
http-body-util = "0.1.0"
100
102
httparse = "1.7.1"
101
103
httptest = "0.15"
104
+
httptest-0-16 = { package = "httptest", version = "0.16" }
102
105
humantime = "2.0.1"
103
106
hyper-0-14 = { package = "hyper", version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
107
+
hyper-1-5-1 = { package = "hyper", version = "1.5.1", features = ["client", "http1", "http2"] }
108
+
hyperlocal-0-9 = { package = "hyperlocal", version = "0.9", features = ["client"] }
104
109
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.
110
+
hyper-proxy2 = { version = "0.1", features = ["rustls"], default-features = false }
105
111
hyper-rustls = { version = "0.24.0", features = ["http2"] }
112
+
hyper-rustls-0-26 = { package = "hyper-rustls", version = "0.26.0", features = ["http2"] }
106
113
hyper-timeout = "0.4"
107
-
hyper-unix-connector = "0.2"
114
+
hyper-timeout-0-5 = { package = "hyper-timeout", version = "0.5" }
115
+
hyper-util = "0.1.10"
108
116
indent_write = "2.2.0"
109
117
indenter = "0.3.3"
110
118
indexmap = { version = "2.9.0", features = ["arbitrary", "rayon", "serde"] }
@@ -136,6 +144,7 @@ memmap2 = "0.5.0"
136
144
memoffset = "0.6.4"
137
145
mimalloc = { version = "0.1.46", default-features = false }
0 commit comments