blissd / fotema

Photo gallery for Linux
81 stars 8 forks source link

Bump h3o from 0.6.4 to 0.7.0 #288

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 4 days ago

Bumps h3o from 0.6.4 to 0.7.0.

Changelog

Sourced from h3o's changelog.

[0.7.0] - 2024-11-15

Added

  • h3o::geom::Plotter to compute the cells along lines.
  • h3o::geom::Tiler to compute the cell coverage of plane figures.

Changed

  • small performance enhancement for aarch64, should not affect other platforms
  • error types now derive Error, even in no-std mode.

Removed

  • remove the geometry types wrapper (you can now use geo types directly).
  • remove the ToCells trait, now you can use:
    • h3o::LatLng for Point & MultiPoint.
    • h3o::geom::Plotter for Line, LineString and MultiLineString.
    • h3o::geom::Tiler for Polygon, MultiPolygon, Rect and Triangle.
  • Geometry and GeometryCollection are not directly supported
  • remove the support for geoJSON.
  • remove the ToGeo trait, now you can use:
    • From trait for CellIndex, DirectedEdgeIndex and VertexIndex geom::dissolve` for a set of cell indexes.
Commits


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 2 days ago

Looks like h3o is up-to-date now, so this is no longer needed.