From 3c79c535ffaad2f01510c3470ede5fbff2e48698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:08:32 +0000 Subject: [PATCH] [Cargo]: Bump chrono-tz from 0.10.0 to 0.10.1 Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/commits) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- examples/l06_library_data_type/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06d09f0..a64eef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" +checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f" dependencies = [ "chrono", "chrono-tz-build 0.4.0", @@ -3039,7 +3039,7 @@ name = "l06_library_data_type" version = "0.1.0" dependencies = [ "chrono", - "chrono-tz 0.10.0", + "chrono-tz 0.10.1", ] [[package]] diff --git a/examples/l06_library_data_type/Cargo.toml b/examples/l06_library_data_type/Cargo.toml index 68be9ac..f37ba61 100644 --- a/examples/l06_library_data_type/Cargo.toml +++ b/examples/l06_library_data_type/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] chrono = "0.4.38" -chrono-tz = "0.10.0" +chrono-tz = "0.10.1"