Skip to content

Commit 2629d80

Browse files
chore(deps): update geo requirement from 0.31.0 to 0.32.0 (#902)
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/georust/geo/commit/240f203818c978a87f3fe3376aa5e4155caf6634"><code>240f203</code></a> prepare for geo-0.32.0 release</li> <li><a href="https://github.com/georust/geo/commit/2841bc339816258b247eee84bd004ed18e0df1d1"><code>2841bc3</code></a> improve de-9im docs (<a href="https://redirect.github.com/georust/geo/issues/1460">#1460</a>)</li> <li><a href="https://github.com/georust/geo/commit/01ebfd4701fa7fa8eae63b6c3bd4d65b41adae5d"><code>01ebfd4</code></a> Harmonise lib.rs and README bullet list (<a href="https://redirect.github.com/georust/geo/issues/1462">#1462</a>)</li> <li><a href="https://github.com/georust/geo/commit/1d4d2b5cacfb47670c4de947b6349830d7f65c2a"><code>1d4d2b5</code></a> polygon scaling bench (<a href="https://redirect.github.com/georust/geo/issues/1457">#1457</a>)</li> <li><a href="https://github.com/georust/geo/commit/29344c7e976f39da61f1eb50ffbb243ef280167f"><code>29344c7</code></a> Add remaining JTS convex hull tests (<a href="https://redirect.github.com/georust/geo/issues/1459">#1459</a>)</li> <li><a href="https://github.com/georust/geo/commit/d6a376b03e14b3a10631511886cfb624d5e2c3c2"><code>d6a376b</code></a> Merge pull request <a href="https://redirect.github.com/georust/geo/issues/1433">#1433</a> from cookiedan42/covers-base</li> <li><a href="https://github.com/georust/geo/commit/760d9080cde4eb49e4b231a3f092e6353150094d"><code>760d908</code></a> Implement basic trait of Covers and straightfoward derived implementations</li> <li><a href="https://github.com/georust/geo/commit/5efc762d9ab2520f55ebc6b703234e9f77cb417d"><code>5efc762</code></a> Merge branch 'release/geo-types-0.7.18'</li> <li><a href="https://github.com/georust/geo/commit/87b70cc53c3fd7a9750f40460cd427e656a0f4fa"><code>87b70cc</code></a> Merge pull request <a href="https://redirect.github.com/georust/geo/issues/1454">#1454</a> from cookiedan42/bugfix/linestring-contains-linestring</li> <li><a href="https://github.com/georust/geo/commit/fb649bb5021d5f3f04b72e10fe8cf13e60907dbb"><code>fb649bb</code></a> Handle an edge case in linestring contains linestring</li> <li>Additional commits viewable in <a href="https://github.com/georust/geo/compare/geo-0.31.0...geo-v0.32.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79ccda0 commit 2629d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fluent-uri = "0.4.1"
5656
futures = "0.3.31"
5757
futures-core = "0.3.31"
5858
futures-util = "0.3.31"
59-
geo = "0.31.0"
59+
geo = "0.32.0"
6060
geo-traits = "0.3.0"
6161
geo-types = "0.7.16"
6262
geoarrow-array = "0.6.0"

0 commit comments

Comments
 (0)