Skip to content

Commit 2e762cd

Browse files
Bump nalgebra from 0.18.1 to 0.27.1
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] <support@github.com>
1 parent cbd2c3c commit 2e762cd

File tree

4 files changed

+45
-51
lines changed

4 files changed

+45
-51
lines changed

Cargo.lock

100755100644
Lines changed: 42 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

whitebox-common/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
byteorder = "^1.3.1"
9-
nalgebra = "0.18.0"
9+
nalgebra = "0.27.1"
1010
num-traits = "0.2.14"
1111
rand = { version = "0.7", features = ["small_rng"] }
1212
rstar = "0.7.1"

whitebox-plugins/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ path = "src/travelling_salesman_problem/main.rs"
6363
[dependencies]
6464
fasteval = "0.2.4"
6565
kd-tree = "0.4.1"
66-
nalgebra = "0.18.0"
66+
nalgebra = "0.27.1"
6767
num_cpus = "1.13.0"
6868
rand = { version = "0.7", features = ["small_rng"] }
6969
tsp-rs = "0.1.0"

whitebox-tools-app/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chrono = "0.4.15"
1010
kdtree = "0.6.0"
1111
kd-tree = "0.4.1"
1212
miniz_oxide = "0.3.6"
13-
nalgebra = "0.18.0"
13+
nalgebra = "0.27.1"
1414
num_cpus = "1.6.2"
1515
rand = { version = "0.7", features = ["small_rng"] }
1616
rand_distr = "0.2.1"

0 commit comments

Comments
 (0)