diff --git a/Cargo.toml b/Cargo.toml index 6a81047b9e0..2849adfc992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Anshul Malik "] [dependencies] -nalgebra = "0.34.0" +nalgebra = "0.35.0" ndarray = "0.17.2" num-bigint = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true }