aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-03-14 09:43:41 -0700
committerMs2ger <Ms2ger@gmail.com>2016-03-17 13:52:39 +0100
commit46c505e47bce15cacfcdfaf4bf36887abe20144d (patch)
treeb4bed36619e8a8b9054905efdbfe7cfaf132bbff /tests
parent7214fba45b92f8c7ee9bc3963a430024f1ee2ed4 (diff)
downloadservo-46c505e47bce15cacfcdfaf4bf36887abe20144d.tar.gz
servo-46c505e47bce15cacfcdfaf4bf36887abe20144d.zip
Bump serde to 0.7
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/net/Cargo.toml b/tests/unit/net/Cargo.toml
index 3e19d5782fe..3ba7774e043 100644
--- a/tests/unit/net/Cargo.toml
+++ b/tests/unit/net/Cargo.toml
@@ -31,7 +31,7 @@ git = "https://github.com/servo/ipc-channel"
[dependencies]
cookie = "0.2"
-hyper = "0.7"
+hyper = "0.8"
url = {version = "0.5.7", features = ["heap_size"]}
time = "0.1"
flate2 = "0.2.0"