From 0aaa351fe2bcff8fd19c42d777e607597c4bbf97 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 13 Aug 2015 14:58:07 -0700 Subject: [PATCH] chore(cargo): update unicase version to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcdd51fd..8fcc0b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustc-serialize = "0.3" time = "0.1" traitobject = "0.0.1" typeable = "0.1" -unicase = "0.1" +unicase = "1.0" url = "0.2" [dependencies.cookie]