From 5a7df5b4062b5de54aa68f44c904fce577860486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 08:06:09 +0000 Subject: [PATCH] Bump nalgebra from 0.18.1 to 0.32.2 Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.18.1 to 0.32.2. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.18.1...v0.32.2) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 106 +++++------------------------------- whitebox-plugins/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 92 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 whitebox-plugins/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index af9efc0d..84013a04 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,17 +49,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "alga" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2" -dependencies = [ - "approx 0.3.2", - "num-complex 0.2.4", - "num-traits", -] - [[package]] name = "alloc-no-stdlib" version = "2.0.1" @@ -90,15 +79,6 @@ version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" -[[package]] -name = "approx" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" -dependencies = [ - "num-traits", -] - [[package]] name = "approx" version = "0.5.1" @@ -1105,15 +1085,6 @@ dependencies = [ "system-deps", ] -[[package]] -name = "generic-array" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" -dependencies = [ - "typenum", -] - [[package]] name = "gethostname" version = "0.2.3" @@ -1492,7 +1463,7 @@ dependencies = [ "exr", "gif", "jpeg-decoder", - "num-rational 0.4.1", + "num-rational", "num-traits", "png", "scoped_threadpool", @@ -1728,15 +1699,6 @@ dependencies = [ "libc", ] -[[package]] -name = "matrixmultiply" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1" -dependencies = [ - "rawpointer", -] - [[package]] name = "matrixmultiply" version = "0.3.2" @@ -1841,34 +1803,17 @@ dependencies = [ "winapi", ] -[[package]] -name = "nalgebra" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2" -dependencies = [ - "alga", - "approx 0.3.2", - "generic-array", - "matrixmultiply 0.2.4", - "num-complex 0.2.4", - "num-rational 0.2.4", - "num-traits", - "rand 0.6.5", - "typenum", -] - [[package]] name = "nalgebra" version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d506eb7e08d6329505faa8a3a00a5dcc6de9f76e0c77e4b75763ae3c770831ff" dependencies = [ - "approx 0.5.1", - "matrixmultiply 0.3.2", + "approx", + "matrixmultiply", "nalgebra-macros 0.1.0", - "num-complex 0.4.3", - "num-rational 0.4.1", + "num-complex", + "num-rational", "num-traits", "rand 0.8.5", "rand_distr", @@ -1882,11 +1827,11 @@ version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" dependencies = [ - "approx 0.5.1", - "matrixmultiply 0.3.2", + "approx", + "matrixmultiply", "nalgebra-macros 0.2.0", - "num-complex 0.4.3", - "num-rational 0.4.1", + "num-complex", + "num-rational", "num-traits", "simba 0.8.0", "typenum", @@ -2077,16 +2022,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "num-complex" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" -dependencies = [ - "autocfg 1.0.1", - "num-traits", -] - [[package]] name = "num-complex" version = "0.4.3" @@ -2106,17 +2041,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg 1.0.1", - "num-integer", - "num-traits", -] - [[package]] name = "num-rational" version = "0.4.1" @@ -3037,8 +2961,8 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0b7840f121a46d63066ee7a99fc81dcabbc6105e437cae43528cea199b5a05f" dependencies = [ - "approx 0.5.1", - "num-complex 0.4.3", + "approx", + "num-complex", "num-traits", "paste", "wide", @@ -3050,8 +2974,8 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4" dependencies = [ - "approx 0.5.1", - "num-complex 0.4.3", + "approx", + "num-complex", "num-traits", "paste", "wide", @@ -3141,7 +3065,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d08e5e1748192713cc281da8b16924fb46be7b0c2431854eadc785823e5696e" dependencies = [ - "approx 0.5.1", + "approx", "lazy_static", "nalgebra 0.29.0", "num-traits", @@ -3781,7 +3705,7 @@ dependencies = [ "fasteval", "kd-tree 0.4.1", "kdtree", - "nalgebra 0.18.1", + "nalgebra 0.32.2", "num_cpus", "rand 0.7.3", "rstar 0.9.3", diff --git a/whitebox-plugins/Cargo.toml b/whitebox-plugins/Cargo.toml old mode 100755 new mode 100644 index 7f037226..c332e146 --- a/whitebox-plugins/Cargo.toml +++ b/whitebox-plugins/Cargo.toml @@ -92,7 +92,7 @@ path = "src/vector_stream_network_analysis/main.rs" fasteval = "0.2.4" kd-tree = { version = "0.4.1", features = ["rayon"] } kdtree = "0.6.0" -nalgebra = "0.18.0" +nalgebra = "0.32.2" num_cpus = "1.13.0" rand = { version = "0.7", features = ["small_rng"] } rstar = "0.9.3"