From 4c979ec2fdb5e1b3a56423a0295f3a22ea3ef69d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:53:49 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.139 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27c8823..819eb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ filetime = "0.2.19" fs = "0.0.5" humansize = "1.1.0" io = "0.0.2" -libc = "0.2.94" +libc = "0.2.139" pretty-bytes = "0.2.2" prettytable-rs = "0.10.0" result = "1.0.0"