From 0a620d20ca1cdb582a1012ea9a759648472819c5 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 21 Apr 2025 08:59:22 +1000 Subject: [PATCH] build(rust): bump `iana-time-zone` (#8863) This eliminates one duplicate version of the `windows` crate in our dependency tree. --- rust/Cargo.lock | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c0d3ecb6e..d97cd6e31 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3375,16 +3375,17 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core 0.58.0", ] [[package]] @@ -8452,15 +8453,6 @@ dependencies = [ "windows-core 0.61.0", ] -[[package]] -name = "windows-core" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-core" version = "0.58.0"