Skip to content

Commit

Permalink
fix(deps): bump miette from 5.10.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 7.0.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v5.10.0...miette-derive-v7.0.0)

---
updated-dependencies:
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 7ca784b commit 864bf40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 49 deletions.
66 changes: 18 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ clap = { version = "4.5.0", features = ["derive", "cargo", "wrap_help", "env", "
trust-dns-resolver = "0.22.0"
futures = "0.3.28"
tokio = { version = "1.36.0", features = ["full"] }
miette = { version = "5.8.0", features = ["fancy"] }
miette = { version = "7.0.0", features = ["fancy"] }

0 comments on commit 864bf40

Please sign in to comment.