From ded237ce4a63ff512de97fef904d56139a58b73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:34:44 +0000 Subject: [PATCH] Update geo requirement from 0.28.0 to 0.29.2 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.2) --- 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 cd252f0..87da58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.5.1-alpha.0" [dependencies] approx = "0.5.0" -geo = "0.28.0" +geo = "0.29.2" geo-clipper = "0.8.0" log = "0.4.17"