From 620ad1158fc354d8e758623ee8922494b59dc3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:41:50 +0000 Subject: [PATCH] Bump chrono-tz from 0.10.1 to 0.10.3 Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.10.1 to 0.10.3. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.10.1...v0.10.3) --- updated-dependencies: - dependency-name: chrono-tz dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c00b3f1..b88c750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -387,9 +387,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f" +checksum = "efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3" dependencies = [ "chrono", "chrono-tz-build", diff --git a/Cargo.toml b/Cargo.toml index 5002d3c..f5ec3be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sha2 = "0.10.8" hex = "0.4.3" tower-http = { version = "0.6.1", features = ["cors"] } tower = "0.5.1" -chrono-tz = "0.10.1" +chrono-tz = "0.10.3" serde_json = "1.0" reqwest = { version = "0.12.12", features = ["json"] } config = "0.15"