From 3875c97d6ee389fbd0cccfbd20b1851439c93fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:08:22 +0000 Subject: [PATCH] build(deps): bump geo from 0.23.0 to 0.23.1 Bumps [geo](https://github.com/georust/geo) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/georust/geo/releases) - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.23.0...geo-0.23.1) --- updated-dependencies: - dependency-name: geo 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 31539d1..c11c9f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,9 +366,9 @@ dependencies = [ [[package]] name = "geo" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b684179d4c034f9e6718692601a7ec77e4a3b654dbc09b5e4fd342f0e48f2ba1" +checksum = "b39f57e9624b1a17ce621375464e9878c705d0aaadaf25cb44e4e0005a16de2f" dependencies = [ "float_next_after", "geo-types",