From eab553d3d1ee458e9d8f97deba89465f87e995eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Fri, 21 Aug 2020 10:31:31 +0200 Subject: [PATCH] rust: update libc --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7ec32a1c9..c6ddad15d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,7 +19,7 @@ categories = [ keywords = ["tui", "cli", "terminal", "ncurses", "ffi"] [dependencies] -libc = {version = "0.2.74", default-features = false} +libc = {version = "0.2.76", default-features = false} cty = "0.2.1" cstr_core = "0.2.1" libc-print = "0.1.13"