From e06bed98de32f9233586e66aa224d57136348a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:30:33 +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 b8c57c1..0113c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,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"] }