Skip to content

Commit

Permalink
Update nalgebra requirement from 0.29 to 0.32
Browse files Browse the repository at this point in the history
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.29.0...v0.32.3)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 7e2d768 commit d1e1f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/simulations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dunce = "1.0.4"

# Statistics
statrs = "0.16"
nalgebra = { version = "0.29", features = ["rand", "serde-serialize"] }
nalgebra = { version = "0.32", features = ["rand", "serde-serialize"] }
primes = "0.3.0"
argmin = "0.8.1"
ordered-float = "3.9.1"
Expand Down

0 comments on commit d1e1f82

Please sign in to comment.