From 1cb19af8c9d37c6ac32accc874230be78184273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:49:43 +0000 Subject: [PATCH] Bump geo-types from 0.7.17 to 0.7.18 in /conecta-core Bumps [geo-types](https://github.com/georust/geo) from 0.7.17 to 0.7.18. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-types-0.7.17...geo-types-0.7.18) --- updated-dependencies: - dependency-name: geo-types dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- conecta-core/Cargo.lock | 4 ++-- conecta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index 4b061e4..654299c 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -1035,9 +1035,9 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75a4dcd69d35b2c87a7c83bce9af69fd65c9d68d3833a0ded568983928f3fc99" +checksum = "24f8647af4005fa11da47cd56252c6ef030be8fa97bdbf355e7dfb6348f0a82c" dependencies = [ "approx", "num-traits", diff --git a/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index 2eeb907..861ae2a 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -17,6 +17,6 @@ chrono = "0.4.42" serde = { version = "1.0.228", features = ["derive"] } uuid = "1.19.0" -geo-types = "0.7.17" +geo-types = "0.7.18" [dev-dependencies] flamegraph = "0.6.10"