mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* build(deps): bump geo from 0.32.0 to 0.33.0 Bumps [geo](https://github.com/georust/geo) from 0.32.0 to 0.33.0. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-v0.32.0...geo-0.33.0) --- updated-dependencies: - dependency-name: geo dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update earcut to 0.4.8 to fix geo 0.33.0 build failure earcut 0.4.7 introduced a breaking AsPrimitive<u32> trait bound that geo 0.33.0 didn't propagate, causing compilation failures. earcut 0.4.7 has been yanked and 0.4.8 fixes the issue. Made-with: Cursor --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <agent@cursor.com>