From 6a13734a2cee5e8db8628c68e428e694e8b74234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:29:46 +0000 Subject: [PATCH] fix(deps): update rust crate libc to 0.2.154 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fad2f7..350c7cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["os::unix-apis", "filesystem", "api-bindings"] [dependencies] acl-sys = "1.2.2" -libc = "0.2.132" +libc = "0.2.154" [dev-dependencies] tempfile = "3.10.1"