diff --git a/Cargo.toml b/Cargo.toml index b515cec..881e1c2 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.148" [dev-dependencies] tempfile = "3.6.0"