From 7ca9d6509fd7d11a2d27a2ccf41a9a5e39648112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:16:03 +0000 Subject: [PATCH] Bump rstar from 0.12.0 to 0.12.1 Bumps [rstar](https://github.com/georust/rstar) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/georust/rstar/releases) - [Commits](https://github.com/georust/rstar/commits) --- 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..a2991ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,9 +1211,9 @@ dependencies = [ [[package]] name = "rstar" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "133315eb94c7b1e8d0cb097e5a710d850263372fd028fff18969de708afc7008" +checksum = "3a8fa3439525c145e7ab153d140d228f69789802f47bf43c5e2c5abaae5312fe" dependencies = [ "heapless", "num-traits",