Skip to content

Commit

Permalink
fix(deps): bump miette from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 7.0.0 to 7.1.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.0.0...miette-derive-v7.1.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 Feb 16, 2024
1 parent d2c994c commit 2d0caca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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.0", 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.0.0", features = ["fancy"] }
miette = { version = "7.1.0", features = ["fancy"] }

0 comments on commit 2d0caca

Please sign in to comment.