1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4677 from uutils/renovate/rstest-0.x

chore(deps): update rust crate rstest to 0.17.0
This commit is contained in:
Daniel Hofstetter 2023-03-31 07:26:40 +02:00 committed by GitHub
commit 74b1d6bf75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -488,7 +488,7 @@ uucore = { workspace=true, features=["entries", "process", "signals"] }
walkdir = { workspace=true }
is-terminal = { workspace=true }
hex-literal = "0.3.4"
rstest = "0.16.0"
rstest = "0.17.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
procfs = { version = "0.15", default-features = false }