From 3400093fcdf37996fa51f2467b5bf587e874c7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:18:09 +0000 Subject: [PATCH] build(deps): update nalgebra requirement from 0.32.4 to 0.33.0 in /bampy Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bampy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bampy/Cargo.toml b/bampy/Cargo.toml index 8bc1451..bc10aba 100644 --- a/bampy/Cargo.toml +++ b/bampy/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen = "0.2.84" # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } bvh = "0.9.0" -nalgebra = "0.32.4" +nalgebra = "0.33.0" num = "0.4.1" approx = "0.5.1" serde = "1.0.197"