Skip to content

Commit

Permalink
chore(deps): Update nalgebra-sparse requirement from 0.9.0 to 0.10.0 (#…
Browse files Browse the repository at this point in the history
…210)

Updates the requirements on [nalgebra-sparse](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 9a4604e commit c2fed0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipm-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nalgebra-sparse = "0.9.0"
nalgebra-sparse = "0.10.0"
log = "0.4.19"
2 changes: 1 addition & 1 deletion ipm-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
ipm-common = { path = "../ipm-common" }
nalgebra-sparse = "0.9.0"
nalgebra-sparse = "0.10.0"
ocl = "0.19"
log = "0.4.19"
2 changes: 1 addition & 1 deletion ipm-simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
ipm-common = { path = "../ipm-common" }
nalgebra-sparse = "0.9.0"
nalgebra-sparse = "0.10.0"
log = "0.4.19"
colamd = "0.1.0"

0 comments on commit c2fed0d

Please sign in to comment.