From 7fb450aeea95da7e56bcbe752c684a54a117186c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:29:28 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.9 to 0.4.11 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.9 to 0.4.11. - [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.4.9...v0.4.11) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd0b186724..86829d6124d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,11 +616,10 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.9" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" +checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" dependencies = [ - "libc", "num-integer", "num-traits", "time",