fix procfs dependencies (#8968)

This commit is contained in:
mattsu 2025-10-21 16:15:39 +09:00 committed by GitHub
parent 10ccc071b3
commit 9aa1055196
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -356,6 +356,7 @@ parse_datetime = "0.11.0"
phf = "0.13.1"
phf_codegen = "0.13.1"
platform-info = "2.0.3"
procfs = "0.18"
rand = { version = "0.9.0", features = ["small_rng"] }
rand_core = "0.9.0"
rayon = "1.10"

View file

@ -102,7 +102,7 @@ xattr = { workspace = true, optional = true }
tempfile = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.18"
procfs = { workspace = true }
[target.'cfg(target_os = "windows")'.dependencies]
winapi-util = { workspace = true, optional = true }