From a7cd6414a03c19ec478d32895a3598c5864ab365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:08:27 +0000 Subject: [PATCH] build(deps): update bvh requirement from 0.8.0 to 0.9.0 in /bampy Updates the requirements on [bvh](https://github.com/svenstaro/bvh) to permit the latest version. - [Changelog](https://github.com/svenstaro/bvh/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/bvh/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: bvh 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 95dd3ad..8bc1451 100644 --- a/bampy/Cargo.toml +++ b/bampy/Cargo.toml @@ -19,7 +19,7 @@ wasm-bindgen = "0.2.84" # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } -bvh = "0.8.0" +bvh = "0.9.0" nalgebra = "0.32.4" num = "0.4.1" approx = "0.5.1"