diff --git a/plexus/Cargo.toml b/plexus/Cargo.toml index 7c5f4a4..9fcb7af 100644 --- a/plexus/Cargo.toml +++ b/plexus/Cargo.toml @@ -82,7 +82,7 @@ criterion = "^0.3.0" # dependency on `nalgebra`. This approach requires that the version # specification is compatible with `theon`. Other crates use re-exported types # and do not take a direct dependency on `nalgebra`. -nalgebra = "^0.22.0" +nalgebra = "^0.32.2" [dev-dependencies.theon] # Unstable. git = "https://github.com/olson-sean-k/theon.git"