1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7233 from cakebaker/remove_rand_pcg

Remove `rand_pcg`
This commit is contained in:
Sylvestre Ledru 2025-01-28 12:27:54 +01:00 committed by GitHub
commit dbfdff1107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 12 deletions

10
Cargo.lock generated
View file

@ -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"