From 6dabfd03a1148508964364135f7714caed1ae2e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:06:00 +0000 Subject: [PATCH] chore(deps): update rust crate libc to 0.2.153 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea3e06a..24406c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ clap_complete = "4.4" clap_mangen = "0.2" regex = "1.10.3" sysinfo = "0.30" -libc = "0.2.152" +libc = "0.2.153" phf = "0.11.2" phf_codegen = "0.11.2" textwrap = { version = "0.16.1", features = ["terminal_size"] }