diff --git a/Cargo.lock b/Cargo.lock index 8d4617c48..8dc777147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,6 @@ dependencies = [ "pretty_assertions", "procfs", "rand", - "rand_pcg", "regex", "rlimit", "rstest", @@ -1831,15 +1830,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_pcg" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" -dependencies = [ - "rand_core", -] - [[package]] name = "rayon" version = "1.10.0" diff --git a/Cargo.toml b/Cargo.toml index 98c5f7021..e5961d6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -520,7 +520,6 @@ procfs = { version = "0.17", default-features = false } [target.'cfg(unix)'.dev-dependencies] nix = { workspace = true, features = ["process", "signal", "user", "term"] } rlimit = "0.10.1" -rand_pcg = "0.3.1" xattr = { workspace = true } # Specifically used in test_uptime::test_uptime_with_file_containing_valid_boot_time_utmpx_record