diff --git a/Cargo.toml b/Cargo.toml index 32ae5552..ac7f09ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ nightly = [] [dependencies] rand = "0.8" -nalgebra = { version = "0.29", features = ["rand"] } +nalgebra = { version = "0.32", features = ["rand"] } approx = "0.5.0" num-traits = "0.2.14" lazy_static = "1.4.0"