diff --git a/Cargo.toml b/Cargo.toml index 5502be8f..8ed25743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ datasets = [] [dependencies] num = { version = "0.1.41", default-features = false } -rand = "0.4.1" +rand = "0.7.3" rulinalg = { git = "https://github.com/AtheMathmo/rulinalg", rev = "1ed8b937" }