1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Bump procfs from 0.14.1 to 0.15.1

This commit is contained in:
Daniel Hofstetter 2023-03-12 14:08:19 +01:00
parent 3982fc58fd
commit 3198fe5417
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1719,15 +1719,15 @@ dependencies = [
[[package]]
name = "procfs"
version = "0.14.1"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfb6451c91904606a1abe93e83a8ec851f45827fa84273f256ade45dc095818"
checksum = "943ca7f9f29bab5844ecd8fdb3992c5969b6622bb9609b9502fef9b4310e3f1f"
dependencies = [
"bitflags",
"byteorder",
"hex",
"lazy_static",
"rustix 0.35.13",
"rustix 0.36.8",
]
[[package]]

View file

@ -493,7 +493,7 @@ hex-literal = "0.3.1"
rstest = "0.16.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
procfs = { version = "0.14", default-features = false }
procfs = { version = "0.15", default-features = false }
rlimit = "0.9.1"
[target.'cfg(unix)'.dev-dependencies]