From 9c795101b388c5ee07c8ae9bc7c5e49f3a3d929b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:46:09 +0000 Subject: [PATCH] chore(deps): bump chrono from `7d62045` to `6c4e735` Bumps [chrono](https://github.com/chronotope/chrono) from `7d62045` to `6c4e735`. - [Release notes](https://github.com/chronotope/chrono/releases) - [Commits](https://github.com/chronotope/chrono/compare/7d62045ec4cd667e240fde899a99458bf8eae1f1...6c4e7356750a792e31a436d3dd288aa0e2b686c7) --- 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 b8a6d4b5..3479f6b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" version = "0.4.37" -source = "git+https://github.com/chronotope/chrono.git#7d62045ec4cd667e240fde899a99458bf8eae1f1" +source = "git+https://github.com/chronotope/chrono.git#6c4e7356750a792e31a436d3dd288aa0e2b686c7" dependencies = [ "android-tzdata", "iana-time-zone",