Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Mar 8, 2024
1 parent 695376d commit 5ad1471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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.2", features = ["derive", "cargo", "wrap_help", "env", "
trust-dns-resolver = "0.23.2"
futures = "0.3.30"
tokio = { version = "1.36.0", features = ["full"] }
miette = { version = "7.1.0", features = ["fancy"] }
miette = { version = "7.2.0", features = ["fancy"] }

0 comments on commit 5ad1471

Please sign in to comment.