diff --git a/Cargo.toml b/Cargo.toml index 0a57609..e64810d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository = "https://github.com/doubleailes/rer" pubgrub = "0.2.1" regex = "1.10.5" lazy_static = "1.5.0" -rand = "0.8.5" +rand = "0.9.0" rayon = "1.10.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"