diff --git a/Cargo.toml b/Cargo.toml index 49f93fc..1838c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ctor = "0.6.0" libc = "0.2.153" phf = "0.13.0" phf_codegen = "0.13.0" -rand = { version = "0.9", features = ["small_rng"] } +rand = { version = "0.10", features = ["small_rng"] } regex = "1.10.4" uucore = "0.6.0" uuhelp_parser = "0.2.0" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 8f6f343..42648cd 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -12,7 +12,7 @@ console = "0.16.0" libfuzzer-sys = "0.4.7" libc = "0.2.153" tempfile = "3.15.0" -rand = { version = "0.9.0", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } similar = "2.5.0" uucore = { version = "0.6.0", features = ["libc"] } uufuzz = "0.6.0"