From 3f09de5fe128c0dbe5702bf24f0da364f9478584 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Mon, 28 Aug 2017 15:50:58 +0300 Subject: [PATCH] Update encoding_rs to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a896aa73..eae0aa58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"] [dev-dependencies] rustc-serialize = "0.3" difference = "1.0" -encoding_rs = "0.5" +encoding_rs = "0.7" [dependencies] cssparser-macros = {path = "./macros", version = "0.3"}