Bump libc version from "0.2.136" to "0.2.137"

This commit is contained in:
Pat Laster 2022-10-29 11:09:52 -05:00 committed by GitHub
parent c7af9a6a80
commit 4b4222ffe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }