From 5f9c356b4844e274bdd88a6d06c8cdfb3409496c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:37:01 +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 a734442..b9e34a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ clap_complete = "4.4" 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.0", features = ["terminal_size"] }