Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent af4d185 commit 010b4d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
49 changes: 20 additions & 29 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 @@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
docopt = "1"
lazy_static = "1.4.0"
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "7.0.0", features = ["fancy"] }
phf = { version = "0.11", features = ["macros"] }
regex = "1.9.3"
serde = "1.0"
Expand Down

0 comments on commit 010b4d5

Please sign in to comment.