From 78752c0c55713ea4b8b646c600c052873b6628ee Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 20 Nov 2015 14:18:08 +0100 Subject: [PATCH] chore(cargo): Update url crate to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 650f5313fe..b3185e63ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ time = "0.1" traitobject = "0.0.1" typeable = "0.1" unicase = "1.0" -url = "0.2" +url = "0.5" [dependencies.cookie] version = "0.1"