From a3fa26f1293303abe5ef4ac29c8a0b538c5cd9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:42:06 +0000 Subject: [PATCH] Bump nalgebra from 0.31.3 to 0.31.4 Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.31.3 to 0.31.4. - [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.31.3...v0.31.4) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-math/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3de23191..1440af286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2169,9 +2169,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.31.3" +version = "0.31.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eef2ccf9aefdae3334ad5911b5414724b9047bfe145b3353d5878732cc7b86b" +checksum = "20bd243ab3dbb395b39ee730402d2e5405e448c75133ec49cc977762c4cba3d1" dependencies = [ "approx 0.5.1", "matrixmultiply", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index e31c58dcd..04a54e980 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -13,7 +13,7 @@ categories.workspace = true [dependencies] approx = "0.5.1" decorum = "0.3.1" -nalgebra = "0.31.3" +nalgebra = "0.31.4" num-traits = "0.2.15" parry2d-f64 = "0.11.1" parry3d-f64 = "0.11.1"