diff options
author | Naveen Gattu <naveen.gattu@gmail.com> | 2021-12-23 11:15:35 -0800 |
---|---|---|
committer | Naveen Gattu <naveen.gattu@gmail.com> | 2022-01-16 09:34:17 -0800 |
commit | a48a111cee6298f4628d4ae12b60a43c1b17cecf (patch) | |
tree | af1ff0300471853886267631e2d66c937a604e9e /components/net/tests/fetch.rs | |
parent | 5df705a41f6c4c1f2ffeec257dfe0129ce5fa8e0 (diff) | |
download | servo-a48a111cee6298f4628d4ae12b60a43c1b17cecf.tar.gz servo-a48a111cee6298f4628d4ae12b60a43c1b17cecf.zip |
Upgrade Hyper
Diffstat (limited to 'components/net/tests/fetch.rs')
-rw-r--r-- | components/net/tests/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/tests/fetch.rs b/components/net/tests/fetch.rs index 9416a81e8de..4c0149b8f1a 100644 --- a/components/net/tests/fetch.rs +++ b/components/net/tests/fetch.rs @@ -20,7 +20,7 @@ use headers::{AccessControlAllowMethods, AccessControlMaxAge, HeaderMapExt}; use headers::{CacheControl, ContentLength, ContentType, Expires, LastModified, Pragma, UserAgent}; use http::header::{self, HeaderMap, HeaderName, HeaderValue}; use http::{Method, StatusCode}; -use hyper::body::Body; +use hyper::Body; use hyper::{Request as HyperRequest, Response as HyperResponse}; use mime::{self, Mime}; use msg::constellation_msg::TEST_PIPELINE_ID; |