From d250d07712a80b3069bbb02d224eb9286a7452b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:37:19 +0000 Subject: [PATCH] build(deps): bump chrono-tz from 0.9.0 to 0.10.0 Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 ++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f94a20..844b024 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" dependencies = [ "chrono", - "chrono-tz-build", + "chrono-tz-build 0.3.0", + "phf", +] + +[[package]] +name = "chrono-tz" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" +dependencies = [ + "chrono", + "chrono-tz-build 0.4.0", "phf", ] @@ -92,6 +103,16 @@ dependencies = [ "phf_codegen", ] +[[package]] +name = "chrono-tz-build" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" +dependencies = [ + "parse-zoneinfo", + "phf_codegen", +] + [[package]] name = "convert_case" version = "0.6.0" @@ -414,7 +435,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cff1ca93145ff07cdc878b5f6bb90391a299cc8712538af0ad73ebf37613e46a" dependencies = [ "chrono", - "chrono-tz", + "chrono-tz 0.9.0", "lazy_static", "log", "regex", @@ -426,7 +447,7 @@ name = "rrule-rust" version = "0.0.0" dependencies = [ "chrono", - "chrono-tz", + "chrono-tz 0.10.0", "indexmap", "itertools", "napi", diff --git a/Cargo.toml b/Cargo.toml index 720a84f..b909132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ path = "lib/lib.rs" [dependencies] chrono = "0.4.19" -chrono-tz = "0.9.0" +chrono-tz = "0.10.0" indexmap = "2.5.0" itertools = "0.13.0" # Default enable napi5 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix