Skip to content

Commit

Permalink
chore(deps): update geo requirement from 0.28.0 to 0.29.0 (#16)
Browse files Browse the repository at this point in the history
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version.
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.28.0...geo-0.29.0)

---
updated-dependencies:
- dependency-name: geo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5b62b12 commit 4269329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ keywords = ["geo", "polygon", "svg", "visualization"]
categories = ["development-tools::debugging", "graphics", "multimedia::images", "visualization"]

[dependencies]
geo = { version = "0.28.0", default-features = false }
geo = { version = "0.29.0", default-features = false }
num-traits = "0.2.17"

0 comments on commit 4269329

Please sign in to comment.