From bb803e846f720ceff5731a81b86dbe47f0be912e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:01:11 +0000 Subject: [PATCH] fix(deps): update rust crate gvariant to 0.5.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3533537d1..addd13395 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -22,7 +22,7 @@ clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" hex = "^0.4.3" fn-error-context = "0.2.1" -gvariant = "0.4.0" +gvariant = "0.5.0" indicatif = "0.17.8" libc = "^0.2.153" liboverdrop = "0.1.0"