mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chore(deps): update rand and related crates to version 0.10
This commit is contained in:
committed by
Daniel Hofstetter
parent
d45c48bee0
commit
fb44ce342a
@@ -4,7 +4,7 @@
|
||||
// file that was distributed with this source code.
|
||||
// spell-checker:ignore xzaaa sixhundredfiftyonebytes ninetyonebytes threebytes asciilowercase ghijkl mnopq rstuv wxyz fivelines twohundredfortyonebytes onehundredlines nbbbb dxen ncccc rlimit NOFILE
|
||||
|
||||
use rand::{Rng, SeedableRng, rng};
|
||||
use rand::{RngExt as _, SeedableRng, rng};
|
||||
use regex::Regex;
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
use rlimit::Resource;
|
||||
|
||||
Reference in New Issue
Block a user