From 4e6a4f18da1471f9e5d594f25ff084d2c29af80d Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 18 Mar 2018 15:45:53 +0100 Subject: [PATCH] Update itoa to 0.4 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a190bdc1..cbd5593b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.23.2" +version = "0.23.3" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" @@ -22,7 +22,7 @@ encoding_rs = "0.7" cssparser-macros = {path = "./macros", version = "0.3"} dtoa-short = "0.3" heapsize = {version = ">= 0.3, < 0.5", optional = true} -itoa = "0.3" +itoa = "0.4" matches = "0.1" phf = "0.7" procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}