From c747f99d2137e03b5f4393ee3731f6ebeab9ee6e Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 24 Nov 2015 10:37:09 -0800 Subject: [PATCH] chore(dependencies): update language tags to 0.2 BREAKING CHANGE: LanguageTags api is changed. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 505b91d48c..a1e27f2849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["http", "hyper", "hyperium"] [dependencies] httparse = "1.0" -language-tags = "0.0.7" +language-tags = "0.2" log = "0.3" mime = "0.1" num_cpus = "0.2"