From eca588ad6f89079a3af05b99b41b193188f03d0a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 22 Jun 2017 01:41:10 +0100 Subject: [PATCH] Cargo.toml: Update the chrono dependency to 0.4.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68d32e5d..224ace7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ sha-1 = "0.3.0" sha2 = "0.5.0" sha3 = "0.5.0" blake2 = "0.5.0" -chrono = "0.3.1" +chrono = "0.4.0"