Merge pull request #76 from uutils/renovate/libc-0.x

fix(deps): update rust crate libc to 0.2.154
This commit is contained in:
Daniel Hofstetter
2024-05-01 13:28:16 +02:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ license = "MIT"
# spell-checker:ignore (crates) libc winapi (features) libloaderapi processthreadsapi sysinfoapi winbase winver
[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"
libc = "0.2.154"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] }