From 2849d5a59c26d7bf5905ec4430644957be3fb7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 27 Jun 2017 21:58:21 +0100 Subject: [PATCH] Update chrono to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa75be87..47fc1f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ minidom = "0.4.1" jid = "0.2.1" sasl = "0.4.0" sha-1 = "0.4" -chrono = "0.3.1" +chrono = "0.4.0" [features] insecure = []