georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
323 stars 30 forks source link

Update dependencies, 2021 edition #115

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Bumped some versions to the more up-to-date ones, and fixed arrow2 array offset usage. Updating clap 3->4 will be a separate PR. Updating geo to 0.24 has some compilation issues - not sure how to fix those yet.

michaelkirk commented 1 year ago

Please do not merge this.

Please read https://users.rust-lang.org/t/psa-please-specify-precise-dependency-versions-in-cargo-toml/71277

nyurik commented 1 year ago

@michaelkirk thx, i keep forgetting about that article - the issue is that the versions in this repo are a mix of major.minor and major.minor.patch - so I would think it might make it better to keep it consistent?

Regardless, I reverted most of them to the original, and bumped just the ones i wanted to bump/fix