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

chore(deps): update rust crate rand_pcg to 0.3.1

This commit is contained in:
renovate[bot] 2024-05-02 05:06:43 +00:00 committed by GitHub
parent 0e7e10afd7
commit fc7da18e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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