Bump libc version from "0.2.135" to "0.2.136"

This commit is contained in:
Pat Laster 2022-10-27 13:41:55 -05:00 committed by GitHub
parent c4417bf9b2
commit c7af9a6a80
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.135"
libc = "0.2.136"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.42.0", default-features = false, features = ["Win32_Storage_FileSystem"] }