update rand dependencies to latest

This commit is contained in:
auronandace
2026-03-14 15:38:45 +00:00
parent a57e55c458
commit 2b52312227
4 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use alloc::{
string::{String, ToString},
};
use core::ptr;
use rand::{RngCore, SeedableRng, rngs::SmallRng};
use rand::{Rng, SeedableRng, rngs::SmallRng};
use crate::{
c_str::CStr,