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

build(deps): bump wkt from 0.10.0 to 0.10.1 #56

Merged
merged 1 commit into from
May 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2022

Bumps wkt from 0.10.0 to 0.10.1.

Changelog

Sourced from wkt's changelog.

0.10.1 - 2022-04-28

Added

  • impl std::fmt::Display for Wkt.
  • Additions to ToWkt trait:
    • added wkt_string and write_wkt methods to ToWkt trait
    • impl ToWkt on geo_type Geometry variants directly, so you can point!(x: 1., y: 2.).wkt_string()
    • ToWkt is no longer tied to geo-types. You can implement it on your own custom (non-geo_type) geometry types.
  • New FromWkt trait allows a way to convert from a string or reader directly to geo-types, without exposing you to the intermediate Wkt structs.
  • Implemented geo_types::GeometryCollection::from(Wkt::from_str(wkt_str))
Commits
  • 9a34d9a prepare for 0.10.1 release
  • 26f6a27 Merge #95
  • 9fecace Work around geo_types to impl GeometryCollection::from_wkt_str
  • ed53073 FromWkt trait for reading WKT without exposing the user to the intermediate r...
  • 4576ece Merge #94
  • 7c99af8 cargo +nightly fmt -- --config format_code_in_doc_comments=true
  • 3758f0b rename private mod towkt -> to_wkt
  • 0fc828b baseline benches
  • feaa439 Merge #92
  • 68259ca update change log
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2022
@pjsier
Copy link
Owner

pjsier commented May 10, 2022

@dependabot rebase

Bumps [wkt](https://github.com/georust/wkt) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/georust/wkt/releases)
- [Changelog](https://github.com/georust/wkt/blob/main/CHANGES.md)
- [Commits](georust/wkt@0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: wkt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wkt-0.10.1 branch from 0142139 to 8f1a365 Compare May 10, 2022 23:47
@pjsier pjsier merged commit bccf1e2 into main May 11, 2022
@pjsier pjsier deleted the dependabot/cargo/wkt-0.10.1 branch May 11, 2022 00:07
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.

None yet

1 participant