diff --git a/Cargo.toml b/Cargo.toml index 23ce6c91b..a1711e396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -501,7 +501,7 @@ procfs = { version = "0.16", default-features = false } [target.'cfg(unix)'.dev-dependencies] nix = { workspace = true, features = ["process", "signal", "user", "term"] } rlimit = "0.10.1" -rand_pcg = "0.3" +rand_pcg = "0.3.1" xattr = { workspace = true } [build-dependencies]