maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.34k stars 77 forks source link

chore: Bump consolidated dependencies #282

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Merge #281 first, before this one!!!

Bump most dependencies to the latest, except a few ones below.

TODO in other PRs

maxammann commented 1 year ago
  • Can't update reqwest-middleware to 0.2.x, unable to compile reqwest-middleware-cache with it

This is bad. I think I'll just fork that crate by copying it into maplibre-rs if it is not large.

  • The rand crate could not be upgraded to v0.8+ because it removed wasm-bindgen feature
  • Can't update winit crate to v0.28+ because ndk-glue is removed. See notes

Required changes should be minimal

nyurik commented 1 year ago

@maxammann I rebased this PR. Let's merge this one and deal with the left-over upgrades separatelly. I don't want to mix code changes with the simple version bumps.