Skip to content

Commit

Permalink
chore(deps): Bump miette from 5.10.0 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 6.0.1.
- [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-v6.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 49eb37e commit 038c1f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 53 deletions.
68 changes: 16 additions & 52 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 @@ -9,6 +9,6 @@ edition = "2021"
bat = "0.24.0"
clap = { version = "4.4.18", features = ["derive"] }
derive_builder = "0.13.0"
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "6.0.1", features = ["fancy"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"

0 comments on commit 038c1f0

Please sign in to comment.