From cfdc6978537d7a173f70982a54704794c6caa2e8 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 24 Feb 2020 23:48:41 +0100 Subject: [PATCH] Update itoa and linked-hash-map Those don't require any code changes. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e5907f3..f296031a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ edition = "2018" pom = "3.0.0" time = "0.1.40" flate2 = "1.0.3" -linked-hash-map = "0.3.0" +linked-hash-map = "0.4.2" dtoa = "0.4.1" -itoa = "0.3.1" +itoa = "0.4.5" encoding = "0.2" image = { version = "0.20.0", optional = true } chrono = { version = "0.4.3", optional = true }