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
+1 -1
View File
@@ -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;