Skip to content

Commit

Permalink
chore(deps): update miette requirement from 5.10.0 to 7.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [miette](https://github.com/zkat/miette) to permit the latest version.
- [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.2.0)

---
updated-dependencies:
- dependency-name: miette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent b7e2f94 commit 906ce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"
required-features = ["cli"]

[dependencies]
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "7.2.0", features = ["fancy"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 906ce9c

Please sign in to comment.