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 chrono-tz requirement from 0.8 to 0.9 #1252

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Updates the requirements on chrono-tz to permit the latest version.

Release notes

Sourced from chrono-tz's releases.

v0.9.0: 2024a

TZDB version 2024a (2024-02-01).

Changes

Internal

  • Remove update-tz GitHub Action (#159).
  • Don't set no_std for tests (#160).
  • CI: verify cargo publish includes all files needed to build (#158, #161).
Changelog

Sourced from chrono-tz's changelog.

Chrono-tz Changelog

0.8.2

  • tzdb Update tzdb from 2022f to 2023c. All changes in 2023b have been reverted back to 2023a. The full list of changes can be found here

0.8.1

  • tzdb Update tzdb from 2022f to 2022g.

0.8.0

  • tzdb Update tzdb from 2022e to 2022f. Some timezones have been removed. For the full list, check here.

0.7

  • tzdb Update tzdb from 2022a to 2022e, some timezones have been removed for the full list check here.

0.6.2

  • tzdb Update tzdb to 2022a.

  • Bump the phf family of dependencies to v0.11.

0.6.1

  • tzdb Update tzdb to 2021e.

0.6.0

  • tzdb [breaking change] Update tzdb to 2020b, which removes the US/Pacific-New timezone. eggert/tz@284e877

  • feature Add support for filtering the set of timezones with a new filter-by-regex feature which uses CHRONO_TZ_TIMEZONE_FILTER env var. It should be set to a regular expression of timezones to include.

  • feature Add support for case-insensitive timezone matching via the case-insensitive feature.

Commits
  • 6987cd6 Bump version numbers
  • 31f11ed CI: verify package against vendored copy of chrono-tz-build
  • cac2f4a Make ParseError a real Error enum
  • d508734 Return the same error message when deserializing with no_std
  • 0d37925 Fix deprecation warnings
  • e8f72a6 Apply lib.rs suggestions
  • cdb5f0b Don't set no_std for tests
  • b68bff7 Remove update-tz GitHub Action
  • 59b7a54 CI: verify cargo publish includes all files needed to build
  • d177b65 Only include relevant files when publishing
  • Additional commits viewable in compare view

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 [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono-tz@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: chrono-tz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added k::dependencies Pull requests that update a dependency file rust Related to Rust specifically labels Apr 5, 2024
@tyranron tyranron added enhancement Improvement of existing features or bugfix k::integration Related to integration with third-party libraries or systems labels Apr 8, 2024
@tyranron tyranron self-assigned this Apr 8, 2024
@tyranron tyranron added the lib::chrono Related to `chrono` crate integration label Apr 8, 2024
@tyranron tyranron added this to the 0.17.0 milestone Apr 8, 2024
@tyranron tyranron enabled auto-merge (squash) April 8, 2024 14:47
@tyranron tyranron merged commit aade4c8 into master Apr 8, 2024
173 checks passed
@tyranron tyranron deleted the dependabot/cargo/chrono-tz-0.9 branch April 8, 2024 15:16
@tyranron tyranron added the semver::breaking Breaking change in terms of SemVer label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::dependencies Pull requests that update a dependency file k::integration Related to integration with third-party libraries or systems lib::chrono Related to `chrono` crate integration rust Related to Rust specifically semver::breaking Breaking change in terms of SemVer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant