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