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 ^3.0.0 to ^4.4.0 #19

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on miette to permit the latest version.

Changelog

Sourced from miette's changelog.

4.4.0 (2022-04-04)

Features

  • report: Add conversion from Report to Box (#149) (b4a9d4cd)

Bug Fixes

  • docsrs: use proper module names for docsrs URLs (a0b972f8)
  • clippy: misc clippy fixes (b98b0982)
  • fmt: cargo fmt (37cda4a3)

4.3.0 (2022-03-27)

Features

  • reporter: Allow GraphicalReportHandler to disable url display (#137) (b6a6cc9e)

Bug Fixes

  • colors: handler_opts.color(false) should disable color (#133) (209275d4)
  • handler: Apply MietteHandlerOpts::graphical_theme (#138) (70e84f9a)

Documentation

Miscellaneous Tasks

4.2.1 (2022-02-25)

Bug Fixes

4.2.0 (2022-02-22)

Features

4.1.0 (2022-02-20)

... (truncated)

Commits
  • 6a0d477 (cargo-release) version 4.4.0
  • 0103f2c (cargo-release) version 4.4.0
  • db7d07e docs: update changelog
  • 37cda4a fix(fmt): cargo fmt
  • b98b098 fix(clippy): misc clippy fixes
  • a0b972f fix(docsrs): use proper module names for docsrs URLs
  • b4a9d4c feat(report): Add conversion from Report to Box<dyn Error> (#149)
  • 7e750f6 (cargo-release) start next development iteration 4.3.1-alpha.0
  • 83ed029 (cargo-release) start next development iteration 4.3.1-alpha.0
  • 50a3cb1 (cargo-release) version 4.3.0
  • 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)
olson-sean-k commented 2 years ago

@dependabot rebase