From bab41d49d160bc8092bf6b7ceb86bef5baffcc81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 07:32:57 +0000 Subject: [PATCH] Update chrono requirement from ^0.3.1 to ^0.4.15 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/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.3.1...v0.4.15) 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..8dd48c7 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.15" features = ["serde"] [dependencies.linked-hash-map]