From 8e8f3b00d5c95f9c2350640b500371dae32f9e07 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 8 Feb 2017 21:04:47 +0100 Subject: [PATCH] Upgrade to chrono 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2696c1e..fb9b09a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ time = "0.1.0" bitflags = "0.7" lru-cache = "0.1.0" libc = "0.2" -chrono = { version = "0.2", optional = true } +chrono = { version = "0.3", optional = true } serde_json = { version = "0.9", optional = true } [dev-dependencies]