From c7af9a6a80adfd458edea7ce1eadcdec57f97b14 Mon Sep 17 00:00:00 2001 From: Pat Laster Date: Thu, 27 Oct 2022 13:41:55 -0500 Subject: [PATCH] Bump libc version from "0.2.135" to "0.2.136" --- src/uu/rm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/rm/Cargo.toml b/src/uu/rm/Cargo.toml index 1467f7568..75bde3d3e 100644 --- a/src/uu/rm/Cargo.toml +++ b/src/uu/rm/Cargo.toml @@ -21,7 +21,7 @@ remove_dir_all = "0.7.0" uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["fs"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.135" +libc = "0.2.136" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.42.0", default-features = false, features = ["Win32_Storage_FileSystem"] }