diff options
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/Cargo.toml | 5 | ||||
-rw-r--r-- | components/msg/lib.rs | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 82b3c97d1f3..4eeb3a3b524 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -20,10 +20,6 @@ git = "https://github.com/servo/rust-azure" [dependencies.geom] git = "https://github.com/servo/rust-geom" -[dependencies.hyper] -git = "https://github.com/servo/hyper" -branch = "servo" - [dependencies.layers] git = "https://github.com/servo/rust-layers" @@ -36,3 +32,4 @@ git = "https://github.com/servo/rust-io-surface" [dependencies] url = "0.2.16" bitflags = "*" +hyper = "0.3" diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 8741de21f75..b7aec05fe87 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -5,8 +5,6 @@ #![feature(hash)] #![feature(int_uint)] -#![allow(missing_copy_implementations)] - extern crate azure; #[macro_use] extern crate bitflags; extern crate geom; |