From ce0ec4fa368954f261ee0b7d4cf5230d7824d6e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 06:49:11 +0000 Subject: [PATCH] Update chrono requirement from ^0.3.1 to ^0.4.9 Updates the requirements on [chrono](https://github.com/chronotope/chrono) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.3.1...v0.4.9) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33a4afe..608195e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.1.32" serde = "^1.0" [dependencies.chrono] -version = "^0.3.1" +version = "^0.4.9" features = ["serde"] [dependencies.linked-hash-map]