From dd0ff99c8096332fe3d37349ea38e6015caef817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:14:30 +0000 Subject: [PATCH] Update rstar requirement from 0.8.2 to 0.9.1 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.8.2...0.9.1) --- 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 bf56664..dcb054f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ counter = "0.5.2" rand = "0.8.3" kdbush = "0.2.0" rayon = "1.4.0" -rstar = "0.8.2" +rstar = "0.9.1" spade = "1.8.2" [profile.dev]