Bump deps: rand 0.9.2 -> 0.10.0

This commit is contained in:
2026-04-05 13:44:54 +08:00
parent a752629886
commit 4706482e37
5 changed files with 211 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
use crate::ext::io::*;
use anyhow::Result;
use rand::Rng;
use rand::RngExt;
use std::io::{Read, Seek, Write};
pub struct CryptoReader<T: Read + Seek> {