Skip to content

Commit

Permalink
chore(deps): update nalgebra requirement from 0.32 to 0.33
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/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a57db2f commit 2421a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"

[dependencies]
rand = "0.8"
nalgebra = { version = "0.32", features = ["rand"] }
nalgebra = { version = "0.33", features = ["rand"] }
approx = "0.5.0"
num-traits = "0.2.14"

Expand Down

0 comments on commit 2421a49

Please sign in to comment.