1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

chore(deps): update rust crate procfs to 0.17

This commit is contained in:
renovate[bot] 2024-10-07 03:12:00 +00:00 committed by GitHub
parent 0800d5170e
commit ffce59b905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View file

@ -1776,22 +1776,21 @@ dependencies = [
[[package]] [[package]]
name = "procfs" name = "procfs"
version = "0.16.0" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"hex", "hex",
"lazy_static",
"procfs-core", "procfs-core",
"rustix 0.38.37", "rustix 0.38.37",
] ]
[[package]] [[package]]
name = "procfs-core" name = "procfs-core"
version = "0.16.0" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"hex", "hex",

View file

@ -511,7 +511,7 @@ hex-literal = "0.4.1"
rstest = { workspace = true } rstest = { workspace = true }
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies] [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
procfs = { version = "0.16", default-features = false } procfs = { version = "0.17", default-features = false }
[target.'cfg(unix)'.dev-dependencies] [target.'cfg(unix)'.dev-dependencies]
nix = { workspace = true, features = ["process", "signal", "user", "term"] } nix = { workspace = true, features = ["process", "signal", "user", "term"] }