Skip to content

Commit

Permalink
Bump nalgebra from 0.18.1 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.18.1 to 0.27.1.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.18.1...v0.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2023
1 parent 6e6b9ac commit 2354dac
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 55 deletions.
87 changes: 35 additions & 52 deletions Cargo.lock
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion whitebox-common/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
byteorder = "^1.3.1"
nalgebra = "0.18.0"
nalgebra = "0.27.1"
num-traits = "0.2.14"
rand = { version = "0.7", features = ["small_rng"] }
rstar = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion whitebox-plugins/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ path = "src/travelling_salesman_problem/main.rs"
[dependencies]
fasteval = "0.2.4"
kd-tree = { version = "0.4.1", features = ["rayon"] }
nalgebra = "0.18.0"
nalgebra = "0.27.1"
num_cpus = "1.13.0"
rand = { version = "0.7", features = ["small_rng"] }
tsp-rs = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion whitebox-tools-app/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4.15"
kdtree = "0.6.0"
kd-tree = "0.5.1"
miniz_oxide = "0.3.6"
nalgebra = "0.18.0"
nalgebra = "0.27.1"
num_cpus = "1.6.2"
rand = { version = "0.7", features = ["small_rng"] }
rand_distr = "0.2.1"
Expand Down

0 comments on commit 2354dac

Please sign in to comment.