From 5dd72fa9f1fa36fcbd8cc35eec4385bc8b69ce32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:02:35 +0000 Subject: [PATCH] Bump rstar from 0.12.0 to 0.12.2 Bumps [rstar](https://github.com/georust/rstar) from 0.12.0 to 0.12.2. - [Release notes](https://github.com/georust/rstar/releases) - [Commits](https://github.com/georust/rstar/compare/v0.12.0...v0.12.2) --- updated-dependencies: - dependency-name: rstar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71f05ac..f497c34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,9 +1211,9 @@ dependencies = [ [[package]] name = "rstar" -version = "0.12.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "133315eb94c7b1e8d0cb097e5a710d850263372fd028fff18969de708afc7008" +checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb" dependencies = [ "heapless", "num-traits",