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,8 +4,11 @@
|
||||
// file that was distributed with this source code.
|
||||
#![allow(clippy::naive_bytecount)]
|
||||
|
||||
use rand::distr::{Distribution, Uniform};
|
||||
use rand::{Rng, rng};
|
||||
use rand::{
|
||||
Rng, RngExt as _,
|
||||
distr::{Distribution, Uniform},
|
||||
rng,
|
||||
};
|
||||
|
||||
/// Samples alphanumeric characters `[A-Za-z0-9]` including newline `\n`
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user