Bump miette from 5.8.0 to 5.9.0 (#1071)

Bumps [miette](https://github.com/zkat/miette) from 5.8.0 to 5.9.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.8.0...miette-derive-v5.9.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-05-19 02:45:22 +00:00 committed by GitHub
parent 2667ccf6d9
commit f2ac44757a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -31,7 +31,7 @@ file-format = { version = "0.16.0", default-features = false }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.2"
log = { version = "0.4.17", features = ["std"] }
miette = "5.8.0"
miette = "5.9.0"
mimalloc = { version = "0.1.37", default-features = false, optional = true }
once_cell = "1.17.1"
semver = "1.0.17"