Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gpx requirement from 0.9 to 0.10 #193

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Updates the requirements on gpx to permit the latest version.

Changelog

Sourced from gpx's changelog.

0.10.0

  • #100: Add write examples to README.md
  • #97: Allow empty strings in <name> within <metadata>
  • #94: Bump MSRV to 1.67.
  • #93: Allow empty strings in <text> and <type> of <link>
  • #91: Optimize deps: Drop error_chain and move assert_approximate_eq to dev-deps

0.9.1

  • #90: Allow <extensions> tags on the root element.

0.9.0

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

  • #86: Bump MSRV to 1.65

  • #84: Allow nested <extensions> 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

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [gpx](https://github.com/georust/gpx) to permit the latest version.
- [Changelog](https://github.com/georust/gpx/blob/master/CHANGELOG.md)
- [Commits](georust/gpx@v0.9.0...0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
@gwbres gwbres merged commit d5a3401 into main Dec 5, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/gpx-0.10 branch December 5, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant