From a82986c32d2c0aa33153fba567c38ff1b049cbc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:04:45 +0000 Subject: [PATCH] fix(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 263a68b..829ac43 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.153" [dev-dependencies] tempfile = "3.8.1"