From b6c9242db8a787627519d8eef2999e4cd84b14f0 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 17 Mar 2016 13:21:51 +0800 Subject: [PATCH] Upgrade to hyper 0.8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f444b9..22c87f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.4.1" +version = "0.4.2" [dependencies] -hyper = "0.7" +hyper = "0.8" time = "0.1" url = "0.5"