Updated rand and quickcheck for nalgebra-lapack

This commit is contained in:
Edoardo Morandi 2019-10-11 20:24:46 +02:00 committed by Sébastien Crozet
parent 28b12f5ad5
commit afab84879e
1 changed files with 2 additions and 2 deletions

View File

@ -35,6 +35,6 @@ lapack-src = { version = "0.2", default-features = false }
[dev-dependencies]
nalgebra = { version = "0.18", path = "..", features = [ "arbitrary" ] }
quickcheck = "0.8"
quickcheck = "0.9"
approx = "0.3"
rand = "0.6"
rand = "0.7"