From b4804ad95a0d39f1d6bcc4e923dcd7936c05d8f2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 19 Mar 2018 09:53:30 -0400 Subject: [PATCH] Bump itoa dep to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d4ef14e..b7e78c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ test = false [dependencies] dtoa = "0.4.0" -itoa = "0.3.0" +itoa = "0.4.0" serde = "1.0.0" url = "1.0.0"