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

chore(deps): bump tilejson from 0.3.1 to 0.3.2 #469

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps tilejson from 0.3.1 to 0.3.2.

Release notes

Sourced from tilejson's releases.

Release TileJSON v3 support, bounds, and center structs

Note that this GitHub release catches up to what has been release to crates.io

ATTENTION: This release contains many breaking changes. See README for usage examples.

v0.3.2 (2022-10-30)

  • Add Bounds::from for [f64; 4], [f32; 4], [i32; 4]
  • Add Bounds::try_from now also supports &[f64], &[f32], &[i32] in addition to Vec<f64>

v0.3.1 (2022-05-29)

  • Add Bounds::MAX to create a maximum -180..180, -90..90 value.
  • Add Bounds::MAX_TILED to create a maximum allowed for vector tiles per spec.
  • Implement Add and AddAssign on Bounds

v0.3.0 (2022-05-25)

  • Migrate to Rust 2021 edition
  • update docs to match v3.0.0 spec
  • add fillzoom field per v3.0.0 spec
  • add Center and Bounds structs instead of arrays
    • both support FromStr trait
  • add VectorLayer struct and the vector_layer field
  • Remove builder pattern because TileJSON is writable
  • Add other fields for any unknown fields in root and vector layers
  • Restructure instantiation:
    • use tilejson!{ source } macro to create TileJSON objects, with any number of the optional field: value pairs.
    • use set_missing_defaults() to replace all missing values with their defaults (only if the spec defines it)
  • Remove id field because it is not supported by the spec

Relevant PRs

New Contributors

Full Changelog: georust/tilejson@v0.2.4...v0.3.2

Changelog

Sourced from tilejson's changelog.

v0.3.2 (2022-10-30)

  • Add Bounds::from for [f64; 4], [f32; 4], [i32; 4]
  • Add Bounds::try_from now also supports &[f64], &[f32], &[i32] in addition to Vec<f64>

Commits

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)

Bumps [tilejson](https://github.com/georust/tilejson) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/georust/tilejson/releases)
- [Changelog](https://github.com/georust/tilejson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/georust/tilejson/commits/v0.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 31, 2022
@github-actions github-actions bot enabled auto-merge (squash) October 31, 2022 02:37
@github-actions github-actions bot merged commit f059eb2 into main Oct 31, 2022
@github-actions github-actions bot deleted the dependabot/cargo/tilejson-0.3.2 branch October 31, 2022 02:43
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants