Update dependencies

This commit is contained in:
zakorgy 2016-04-22 13:46:42 +02:00 committed by Attila Dusnoki
parent c8672ed0af
commit f679985090
5 changed files with 61 additions and 25 deletions

View file

@ -12,7 +12,6 @@ path = "lib.rs"
util = {path = "../util"}
msg = {path = "../msg"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
device = {git = "https://github.com/servo/devices"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.9", features = [ "serde-serialization" ] }

View file

@ -13,7 +13,6 @@
#![deny(unsafe_code)]
extern crate device;
extern crate heapsize;
extern crate hyper;
extern crate image as piston_image;