From 2e6abd0950e1549dc589d977db11f596721e8fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:16:44 +0000 Subject: [PATCH] chore(deps): bump chrono from `6deae31` to `d754c5c` Bumps [chrono](https://github.com/chronotope/chrono) from `6deae31` to `d754c5c`. - [Release notes](https://github.com/chronotope/chrono/releases) - [Commits](https://github.com/chronotope/chrono/compare/6deae315859f3dc62c74e4daea91acc9bc74c977...d754c5c7dda975869d7672de0cf370e376f27305) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9aaacd81..67eb9897 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" version = "0.5.0-alpha.1" -source = "git+https://github.com/chronotope/chrono.git#6deae315859f3dc62c74e4daea91acc9bc74c977" +source = "git+https://github.com/chronotope/chrono.git#d754c5c7dda975869d7672de0cf370e376f27305" dependencies = [ "android-tzdata", "iana-time-zone",