diff --git a/Cargo.toml b/Cargo.toml index 5fc8e0a..774dcce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Brenden Matthews "] edition = "2018" [dependencies] -rand = "0.9" +rand = "0.10" num = "0.4"