From 683ab9cae8a4b12ba128d64224d374cc501c5380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:46:33 +0000 Subject: [PATCH] Update geo requirement from ~0.28 to ~0.29 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.28.0) --- updated-dependencies: - dependency-name: geo 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 82fc3f8..c8dbf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ version = "0.9.5" [workspace.dependencies] d3_geo_rs = "~2" delaunator = "~1" -geo = "~0.28" +geo = "~0.29" geo-types = "~0.7" num-traits = "~0.2" pretty_assertions = "1"