chore(deps): lock file maintenance (#6063)

* chore(deps): lock file maintenance

* chore(deps): update Cargo.toml

* chore(deps): use git repo until the next release

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
This commit is contained in:
renovate[bot]
2026-01-12 14:45:33 +08:00
committed by GitHub
parent e1220a189b
commit f451a26f8c
4 changed files with 320 additions and 664 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.179"
libc = "0.2.180"
[target.'cfg(windows)'.dependencies]
deelevate = { workspace = true }