From 3ae9e689002f39e81ab418797f4fad5bdd8afb23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:38:55 +0000 Subject: [PATCH] build(deps): update rust crate tzf-rs to v1.3.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9612848..4022b25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,9 +1245,9 @@ checksum = "dd00715a173d8820c2cb658625140cdb044b58bd21d18ba3f61a6090f7ab5b49" [[package]] name = "tzf-rs" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9727bac3a09568ed5258957e9fc69303f42a480162d0e3aff7ca1d9683771d23" +checksum = "04f9ff7d64c28f69759b8314959451dbb5c6590272bb3aedb279d20f4bc69074" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cedeb62..1d70c01 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.1", default-features = false, features = ["bundled"] } +tzf-rs = { version = "=1.3.2", default-features = false, features = ["bundled"] } zvariant = { version = "=5.10.1", default-features = false } [dependencies.clap]