From 52e100ac70ff39b64171978b5d067030351cb84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:03:24 +0000 Subject: [PATCH] build(deps): bump zgvariant from 1.1.0 to 1.2.0 Bumps [zgvariant](https://github.com/z-galaxy/zgvariant) from 1.1.0 to 1.2.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.1.0...zgvariant-1.2.0) --- updated-dependencies: - dependency-name: zgvariant dependency-version: 1.2.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 c0d18375..0f860f04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2372,9 +2372,9 @@ dependencies = [ [[package]] name = "zgvariant" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63e0c3a9bc69ca818b5281575046ec75ff9a0f66fdfe35f4b94abbdc85968e83" +checksum = "8dca004bfe7d03c9e68ae443e63b2c25c69ac2fcfc9c4f47bc3546ff04c102cc" dependencies = [ "endi", "serde", @@ -2387,9 +2387,9 @@ dependencies = [ [[package]] name = "zgvariant_derive" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a67e56f4a51d6e02ab7faa5237abbaaa1fa4358af8d0cadfede6663e59211d1f" +checksum = "1a5cbf304b5650a6be838eae8b9d400a84f7003faa1f68862c085f28d0357cb2" dependencies = [ "proc-macro2", "quote",