From ebec58f65a4e1c5c5ac71cf89e53dbacb2005ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:48:54 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.149 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b515cec..84e1bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["os::unix-apis", "filesystem", "api-bindings"] [dependencies] acl-sys = "1.2.2" -libc = "0.2.132" +libc = "0.2.149" [dev-dependencies] tempfile = "3.6.0"