From e32757ad485b0905f718f1f7f935222e433112bf Mon Sep 17 00:00:00 2001 From: Crypto-Spartan Date: Mon, 28 Feb 2022 20:23:59 +0000 Subject: [PATCH] update libc v0.2.103 -> v0.2.119 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f00f8b..d553d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bzip2 = "0.4.3" clap = { version = "3.1.3", features = ["derive", "env"] } flate2 = { version = "1.0.22", default-features = false } fs-err = "2.7.0" -libc = "0.2.103" +libc = "0.2.119" linked-hash-map = "0.5.4" lzzzz = "0.8.0" once_cell = "1.8.0"