diff --git a/Cargo.toml b/Cargo.toml index 11a878f..15ff29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2.19" num-complex = "0.4.6" [dev-dependencies] -rand = "0.8.5" +rand = "0.10.0" rand_xorshift = "0.3.0" [dev-dependencies.appro-eq]