From c124ab6d7f75b6eb95332c1db235bfba5b3d5a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:43:27 +0000 Subject: [PATCH] chore(deps): bump chrono from `f8cecbe` to `ffc75e5` Bumps [chrono](https://github.com/chronotope/chrono) from `f8cecbe` to `ffc75e5`. - [Release notes](https://github.com/chronotope/chrono/releases) - [Commits](https://github.com/chronotope/chrono/compare/f8cecbe57ea6c2d7ce69c7e17ec989258a515ee0...ffc75e57054182603436b56e67c284d9fb7dec78) --- 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 5a89e4b8..daf784f1 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#f8cecbe57ea6c2d7ce69c7e17ec989258a515ee0" +source = "git+https://github.com/chronotope/chrono.git#ffc75e57054182603436b56e67c284d9fb7dec78" dependencies = [ "android-tzdata", "iana-time-zone",