georust / geozero

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

Update gpx requirement from 0.8 to 0.9 #146

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on gpx to permit the latest version.

Changelog

Sourced from gpx's changelog.

0.9.0

  • #87: Rename Route::_type, Track::_type, Waypoint::_type, Link::_type to type_

  • #86: Bump MSRV to 1.65

  • #84: Allow nested <extension> tags

  • #78: Replace RFC 3339 by ISO 8601 for de-/encoding time stamps, fix error handling bug on track parsing, apply Clippy suggestion

0.8.6

  • #65: Replace chrono to time crate
  • #66: Allow extensions tags inside of route
  • #68: Bump CI minimum rust version to 1.53, max to 1.59
  • #67: Add xmlns attribute in written gpx for better garmin compatibility
  • #73: Bump CI minimum rust version to 1.56, max to 1.59
  • #74: Address deprecation warnings from geo-types
  • #71: Allow empty waypoint names
  • #72: Allow empty elevation tags

0.8.5

  • #61: Allow custom xml::EventWriter in write(add write_with_event_writer)
  • #62: Implementing serde (De)Serialize for GPX structs
  • #42: Track extensions

0.8.4

  • #57: Support Number on Tracks

0.8.3

  • #55: Allow name tags inside of trks to be empty

0.8.2

  • #49: Use correct XML tag "desc" instead of "description"
  • #48: Support parsing copyright tag in metadata

0.8.1

0.8.0

  • #24: Parse link elements inside trk tags, extensions inside metadata

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like gpx is up-to-date now, so this is no longer needed.