From a7e9a59eeec027a581c8001fdc5480f3449d37bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:24:07 +0000 Subject: [PATCH] Bump nalgebra from 0.31.1 to 0.31.2 Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.31.1 to 0.31.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.31.1...v0.31.2) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/fj-math/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc8d4b89e4..f79347429e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,9 +1915,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e0a04ce089f9401aac565c740ed30c46291260f27d4911fdbaa6ca65fa3044" +checksum = "da388c517f7c8540918d00f7aed9864c1ead01a14a0cc21513b171857119de12" dependencies = [ "approx 0.5.1", "matrixmultiply", @@ -3484,9 +3484,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if", "pin-project-lite", @@ -3496,9 +3496,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 44e2e48152..b9fc38be3a 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.1" +nalgebra = "0.31.2" num-traits = "0.2.15" parry2d-f64 = "0.9.0" parry3d-f64 = "0.10.0"