From a055abc16600a0ecb17f2ac8a83d0e3c3cda4a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:19:31 +0000 Subject: [PATCH] fix(deps): update rust crate indicatif to 0.17.7 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 624e5fa4..d5fbcdcb 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ cap-std-ext = "4" hex = "^0.4" fn-error-context = "0.2.0" gvariant = "0.4.0" -indicatif = "0.17.0" +indicatif = "0.17.7" libc = "^0.2" liboverdrop = "0.1.0" libsystemd = "0.7"