microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
106 stars 27 forks source link

Update chrono-tz requirement from 0.8.5 to 0.9.0 #198

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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. https://github.com/eggert/tz/commit/284e877d7511d964249ecfd2e75a9cab85e2741a

  • 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 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)
anakrish commented 3 months ago

See #201

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.