diff --git a/Cargo.toml b/Cargo.toml index 6c76818..270fef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.63" [dependencies] -rand_core = { version = "0.9.0", default-features = false } +rand_core = { version = "0.10.0", default-features = false } [lints.clippy] unit_arg = "allow"