Skip to content

Commit

Permalink
Update geo requirement from 0.28.0 to 0.29.0
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]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 0416daf commit ccb43a4
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 @@ -12,7 +12,7 @@ rust-version = "1.70"

[dependencies]
libc = {version = "0.2.153", default-features=false, optional = true}
geo = "0.28.0"
geo = "0.29.0"
num-traits = "0.2.18"
thiserror = "1.0.57"

Expand Down

0 comments on commit ccb43a4

Please sign in to comment.