From 4167659d48407ea72bf312250c0e763824bec42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:24:26 +0000 Subject: [PATCH] Bump zvariant from 3.15.0 to 3.15.2 Bumps [zvariant](https://github.com/dbus2/zbus) from 3.15.0 to 3.15.2. - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zvariant-3.15.0...zvariant-3.15.2) --- updated-dependencies: - dependency-name: zvariant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38e02650..863455b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4183,9 +4183,9 @@ dependencies = [ [[package]] name = "zvariant" -version = "3.15.0" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" +checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" dependencies = [ "byteorder", "enumflags2", @@ -4197,9 +4197,9 @@ dependencies = [ [[package]] name = "zvariant_derive" -version = "3.15.0" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" +checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 8a750eda..f3af2659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ regex = "1.8.3" async-std = "1.12.0" form_urlencoded = "1.0.1" zbus = "3.13" -zvariant = "3.14" +zvariant = "3.15" thiserror = "1.0.40" lazy_static = "1.4.0" log = "0.4.17"