From 4f971f2fd5de2765504db5ce14df161fcd0703e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 05:02:20 +0000 Subject: [PATCH] Update rstar requirement from 0.9.0 to 0.10.0 Updates the requirements on [rstar](https://github.com/georust/rstar) to permit the latest version. - [Release notes](https://github.com/georust/rstar/releases) - [Commits](https://github.com/georust/rstar/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: rstar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cbf0ce..3785163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ indicatif = "0.16.2" nalgebra = "0.27.1" nsi = "0.6.0" ply-rs = "0.1.3" -rstar = "0.9.0" +rstar = "0.10.0" rand_distr = "0.4.1" rand_xoshiro = "0.6.0" rand = "0.8.4"