mcookie: rename import due to rand update

This commit is contained in:
Daniel Hofstetter
2026-02-09 10:02:24 +01:00
parent d95916ab25
commit aab78223c8
+1 -1
View File
@@ -10,7 +10,7 @@ use std::{
use clap::{crate_version, Arg, ArgAction, Command};
use md5::{Digest, Md5};
use rand::RngCore;
use rand::Rng;
use uucore::{
error::{UResult, USimpleError},
format_usage, help_about, help_usage,