olson-sean-k / wax

Opinionated and portable globs that can be matched against paths and directory trees.
https://glob.guide
MIT License
112 stars 10 forks source link

Update miette requirement from ^4.7.0 to ^5.1.1 #29

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on miette to permit the latest version.

Release notes

Sourced from miette's releases.

v5.1.1

Bug Fixes

Changelog

Sourced from miette's changelog.

5.1.1 (2022-07-09)

Bug Fixes

5.1.0 (2022-06-25)

Features

  • protocol: Implement SourceCode for Arc (and similar types) (#181) (85da6a84)

5.0.0 (2022-06-24)

Breaking Changes

  • theme: restructure automatic color selection (#177) (1816b06a)
    • The default theme now prefers ANSI colors, even if RGB is supported
    • MietteHandlerOpts::ansi_colors is removed
    • MietteHandlerOpts::rgb_color now takes an enum that controls the color format used when color support is enabled, and has no effect otherwise.

Bug Fixes

  • json: Don't escape single-quotes, that's not valid json (#180) (b193d3c0)

4.7.1 (2022-05-13)

Bug Fixes

  • tests: add Display impl to diagnostic_source example (0a4cf4ad)

4.7.0 (2022-05-05)

Features

  • diagnostic_source: add protocol method for Diagnostic-aware source chaining (#165) (bc449c84)

Documentation

  • IntoDiagnostic: Warn of potential data loss (#161) (2451ad6a)

4.6.0 (2022-04-23)

... (truncated)

Commits
  • df4a464 (cargo-release) version 5.1.1
  • 9f04a79 (cargo-release) version 5.1.1
  • bacbe64 docs: update changelog
  • 12dc400 fix(graphical): handle an empty source (#183)
  • ccf1b8a fix(deps): bump minimum supports-color version (#182)
  • b3d6ede (cargo-release) start next development iteration 5.1.1-alpha.0
  • 5fbce68 (cargo-release) start next development iteration 5.1.1-alpha.0
  • f80aafa (cargo-release) version 5.1.0
  • 7409b08 (cargo-release) version 5.1.0
  • 2bfbc8d docs: update changelog
  • 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 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[bot] commented 2 years ago

Looks like miette is no longer updatable, so this is no longer needed.