From ec1b4b2b9d8cdbefd6d479695b12b5679892b2d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:23:53 +0000 Subject: [PATCH] chore(deps): update rust crate zvariant to 5.9.2 --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01ebebea..c873c750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,12 +855,6 @@ dependencies = [ "foldhash", ] -[[package]] -name = "hashbrown" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" - [[package]] name = "heck" version = "0.5.0" @@ -892,7 +886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown", "serde", "serde_core", ] @@ -1641,7 +1635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ "bitflags", - "hashbrown 0.15.5", + "hashbrown", "indexmap", "semver", ] diff --git a/Cargo.toml b/Cargo.toml index 01c31e3b..de71d903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ type_complexity = "allow" [workspace.dependencies] # Core dependencies zbus = "5.13.2" -zvariant = "5.8.0" +zvariant = "5.9.2" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18"