From 876757cf35a3ffea07cf44115a8f85ddf6783a77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:37:18 +0000 Subject: [PATCH] Update chrono requirement from ^0.3.1 to ^0.4.11 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.11) 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..d36d00c 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.11" features = ["serde"] [dependencies.linked-hash-map]