diff --git a/Cargo.toml b/Cargo.toml index b86c421d..34148f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ codegen-units = 1 # Compile the entire crate as one unit. lto = "thin" # Do a second optimization pass over the entire program, including dependencies. [dependencies] rand = "0.10.0" -nalgebra = "0.34.0" +nalgebra = "0.35.0" rand_distr = "0.6.0" rand_chacha = "0.10.0" rerun = "0.31"