From 1e74de735d687a13abd983cb8142d4551de44c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:07:04 +0000 Subject: [PATCH] chore(deps): bump chrono from `760eb66` to `352a352` Bumps [chrono](https://github.com/chronotope/chrono) from `760eb66` to `352a352`. - [Release notes](https://github.com/chronotope/chrono/releases) - [Commits](https://github.com/chronotope/chrono/compare/760eb660d3b6ff9c5e0d34cfa1daa83d0a815e9e...352a35203a140e2352e5a5be62ba8dfd03b616e1) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8b513d6..895a52f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,8 +475,8 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.37" -source = "git+https://github.com/chronotope/chrono.git#760eb660d3b6ff9c5e0d34cfa1daa83d0a815e9e" +version = "0.4.38" +source = "git+https://github.com/chronotope/chrono.git#352a35203a140e2352e5a5be62ba8dfd03b616e1" dependencies = [ "android-tzdata", "iana-time-zone",