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/script_traits/lib.rs | |
parent | 5df705a41f6c4c1f2ffeec257dfe0129ce5fa8e0 (diff) | |
download | servo-a48a111cee6298f4628d4ae12b60a43c1b17cecf.tar.gz servo-a48a111cee6298f4628d4ae12b60a43c1b17cecf.zip |
Upgrade Hyper
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index be926307bd9..4d8ba59c0ea 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -34,7 +34,7 @@ use embedder_traits::EventLoopWaker; use euclid::{default::Point2D, Length, Rect, Scale, Size2D, UnknownUnit, Vector2D}; use gfx_traits::Epoch; use http::HeaderMap; -use hyper::Method; +use http::Method; use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use ipc_channel::Error as IpcError; use keyboard_types::webdriver::Event as WebDriverInputEvent; |