diff --git a/Cargo.toml b/Cargo.toml index 9b04cc1..02f0274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Brenden Matthews "] edition = "2018" [dependencies] -rand = "0.8" +rand = "0.9" num = "0.4"