chore(deps): update rand and related crates to version 0.10

This commit is contained in:
xtqqczze
2026-03-11 11:03:09 +01:00
committed by Daniel Hofstetter
parent d45c48bee0
commit fb44ce342a
13 changed files with 530 additions and 65 deletions
+5 -2
View File
@@ -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`
///