Bump miette from 5.7.0 to 5.8.0 (#993)

Bumps [miette](https://github.com/zkat/miette) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkat/miette/compare/miette-derive-v5.7.0...miette-derive-v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-19 13:46:25 +10:00 committed by GitHub
parent 5683ca2476
commit 913ec83918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@ jobslot = { version = "0.2.11", features = ["tokio"] }
leon = { version = "1.0.0", path = "../leon" }
leon-macros = { version = "0.0.0", path = "../leon-macros" }
maybe-owned = "0.3.4"
miette = "5.7.0"
miette = "5.8.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }
once_cell = "1.17.1"
semver = { version = "1.0.17", features = ["serde"] }