From 5ee4fa3515de7b5609e6d161b800d91328a7a143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:48:01 +0100 Subject: [PATCH] fix(deps): update rust crate anstyle-parse to <0.2.4 (#356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Cargo.toml b/utils/Cargo.toml index d71432a7..29e6b885 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -15,7 +15,7 @@ kernlog = "0.3.1" clap = { version = "<4.4", features = ["derive"] } clap_lex = "<0.6.1" anstyle = "<1.0.3" -anstyle-parse = "<0.2.2" +anstyle-parse = "<0.2.4" [[bin]] name = "systemd-shim"