diff --git a/Cargo.toml b/Cargo.toml index 8e13e89..21f95f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ thiserror = "1.0" # Utilities itertools = "0.12" lazy_static = "1.4" -rand = "0.8" +rand = "0.9" [dev-dependencies] pretty_assertions = "1.4"