From 9332f88c5a38b3cf3de77599df0b3d211a011547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:23:28 +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 624e5fa4b..437506336 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" fn-error-context = "0.2.0" -gvariant = "0.4.0" +gvariant = "0.5.0" indicatif = "0.17.0" libc = "^0.2" liboverdrop = "0.1.0"