build(deps): bump the deps group with 2 updates

Bumps the deps group with 2 updates: [miette](https://github.com/zkat/miette) and [sha2](https://github.com/RustCrypto/hashes).


Updates `miette` from 7.5.0 to 7.6.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/commits/miette-derive-v7.6.0)

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.8...sha2-v0.10.9)

---
updated-dependencies:
- dependency-name: miette
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-03 01:24:29 +00:00 committed by GitHub
parent b4df017ff7
commit 1fb4e0db6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 14 deletions

View file

@ -32,7 +32,7 @@ dirs = "6.0.0"
file-format = { version = "0.26.0", default-features = false }
home = "0.5.9"
log = { version = "0.4.22", features = ["std"] }
miette = "7.0.0"
miette = "7.6.0"
mimalloc = { version = "0.1.39", default-features = false, optional = true }
once_cell = "1.18.0"
semver = "1.0.17"