From 4b4222ffe357e452d23d43a0359d007465f6ea60 Mon Sep 17 00:00:00 2001 From: Pat Laster Date: Sat, 29 Oct 2022 11:09:52 -0500 Subject: [PATCH] Bump libc version from "0.2.136" to "0.2.137" --- 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 75bde3d3e..3cd49b11b 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.136" +libc = "0.2.137" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.42.0", default-features = false, features = ["Win32_Storage_FileSystem"] }