From 14ca2b11ebe3125d36d86c8c965ec51dc4f148e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 12:28:29 +0000 Subject: [PATCH] build(deps): update rust crate tzf-rs to v1.3.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 021f95c..bdc3788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,15 +1239,15 @@ dependencies = [ [[package]] name = "tzf-dist" -version = "0.0.2026-b" +version = "0.0.2026-b-fix1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd00715a173d8820c2cb658625140cdb044b58bd21d18ba3f61a6090f7ab5b49" +checksum = "5d01156e05a8a494a8cfd993ae5990e9f39813c119bd490e0a67dd0bcbdbf1b6" [[package]] name = "tzf-rs" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f9ff7d64c28f69759b8314959451dbb5c6590272bb3aedb279d20f4bc69074" +checksum = "e22aff3e3dcd9aee8fe6b3ce17e1cca1b0447a5c50ab2b5395287b8655b4d039" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 37739fa..0d9cd28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["dbus", "geoclue", "systemd", "timezone", "zoneinfo"] [dependencies] env_logger = { version = "=0.11.10", default-features = false } log = { version = "=0.4.29", default-features = false } -tzf-rs = { version = "=1.3.2", default-features = false, features = ["bundled"] } +tzf-rs = { version = "=1.3.3", default-features = false, features = ["bundled"] } zvariant = { version = "=5.10.1", default-features = false } [dependencies.clap]