From ffd90d446c8013137341e05d5cc4d9bd1ed34679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:40:01 +0000 Subject: [PATCH] Update geo requirement from 0.28.0 to 0.29.1 Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.28.0...geo-0.29.1) --- updated-dependencies: - dependency-name: geo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/landmass/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/landmass/Cargo.toml b/crates/landmass/Cargo.toml index c3f45c4..d55fb7e 100644 --- a/crates/landmass/Cargo.toml +++ b/crates/landmass/Cargo.toml @@ -18,7 +18,7 @@ dodgy_2d = "0.5.1" glam = "0.29.1" kdtree = "0.7.0" ord_subset = "3.1.1" -geo = "0.28.0" +geo = "0.29.1" disjoint = "0.8.0" slotmap = "1.0.7" thiserror = "1.0"