mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 01:38:18 +00:00
build(deps): bump the dependencies group with 19 updates (#1745)
This commit is contained in:
@@ -782,7 +782,7 @@ impl<S: StorageAPI> ReplicationPool<S> {
|
||||
}
|
||||
|
||||
// Generate random duration between 0 and 1 minute
|
||||
use rand::Rng;
|
||||
use rand::RngExt;
|
||||
let duration_millis = rand::rng().random_range(0..60_000);
|
||||
let mut duration = Duration::from_millis(duration_millis);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user