chore(deps): update Cargo.toml

This commit is contained in:
Slinetrac
2026-01-05 13:26:28 +08:00
parent a701450362
commit 256a3f697b
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ parking_lot = { workspace = true }
sysinfo = { version = "0.37.2", features = ["network", "system"] }
[target.'cfg(not(windows))'.dependencies]
libc = "0.2.178"
libc = "0.2.179"
[target.'cfg(windows)'.dependencies]
deelevate = { workspace = true }