diff --git a/Cargo.toml b/Cargo.toml index e857e5fed..417c7f920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -492,7 +492,7 @@ uucore = { workspace = true, features = ["entries", "process", "signals"] } walkdir = { workspace = true } is-terminal = { workspace = true } hex-literal = "0.4.1" -rstest = "0.17.0" +rstest = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies] procfs = { version = "0.15", default-features = false }