From 16b114b2cb0d056b20d55a036575b133e10b1fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:03:16 +0000 Subject: [PATCH] build(deps): bump zgvariant from 1.0.0 to 1.1.0 Bumps [zgvariant](https://github.com/z-galaxy/zgvariant) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/z-galaxy/zgvariant/releases) - [Changelog](https://github.com/z-galaxy/zgvariant/blob/main/release-plz.toml) - [Commits](https://github.com/z-galaxy/zgvariant/compare/zgvariant-1.0.0...zgvariant-1.1.0) --- updated-dependencies: - dependency-name: zgvariant dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 013aa556..67d018de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2372,9 +2372,9 @@ dependencies = [ [[package]] name = "zgvariant" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f1fd025a5215c4071378b7660d019b5588210c8645fb01f99fe30ecb382923" +checksum = "63e0c3a9bc69ca818b5281575046ec75ff9a0f66fdfe35f4b94abbdc85968e83" dependencies = [ "endi", "serde", @@ -2387,9 +2387,9 @@ dependencies = [ [[package]] name = "zgvariant_derive" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e85114cc9a835a222b21d5be18e488d7eb3c41a66c9be4ec9b9b58b94b9e5b8" +checksum = "a67e56f4a51d6e02ab7faa5237abbaaa1fa4358af8d0cadfede6663e59211d1f" dependencies = [ "proc-macro2", "quote",