Skip to content

Commit

Permalink
chore(deps): update miette requirement from 5.6.0 to 7.0.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.6.0...miette-derive-v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent d93a5a5 commit 9c270e7
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 @@ -22,7 +22,7 @@ mime = "0.3.16"
reqwest = { version = "0.11.13", optional = true, default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.37"
url = "2.3.1"
miette = "5.6.0"
miette = "7.0.0"
camino = "1.1.4"

toml = { version = "0.8.6", optional = true }
Expand Down

0 comments on commit 9c270e7

Please sign in to comment.