Bump miette from 5.2.0 to 5.3.0 (#300)

Bumps [miette](https://github.com/zkat/miette) from 5.2.0 to 5.3.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.2.0...miette-derive-v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-08-20 12:16:48 +00:00 committed by GitHub
parent af59a59085
commit d9c7bdab55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -929,9 +929,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]] [[package]]
name = "miette" name = "miette"
version = "5.2.0" version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2c9d50e919ffdc4d2d83b83972a13e8ba86ba8245a205bee9e314d593c15a8" checksum = "a28d6092d7e94a90bb9ea8e6c26c99d5d112d49dda2afdb4f7ea8cf09e1a5a6d"
dependencies = [ dependencies = [
"atty", "atty",
"backtrace", "backtrace",
@ -949,9 +949,9 @@ dependencies = [
[[package]] [[package]]
name = "miette-derive" name = "miette-derive"
version = "5.2.0" version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8d10c73bcc9f0ab5c918521dab23d178062a56e6b328eb37106d497280bd94" checksum = "4f2485ed7d1fe80704928e3eb86387439609bd0c6bb96db8208daa364cfd1e09"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -24,7 +24,7 @@ clap = { version = "3.2.17", features = ["derive"] }
crates_io_api = { version = "0.8.0", default-features = false } crates_io_api = { version = "0.8.0", default-features = false }
dirs = "4.0.0" dirs = "4.0.0"
log = "0.4.17" log = "0.4.17"
miette = "5.2.0" miette = "5.3.0"
mimalloc = { version = "0.1.29", default-features = false, optional = true } mimalloc = { version = "0.1.29", default-features = false, optional = true }
reqwest = { version = "0.11.11", default-features = false } reqwest = { version = "0.11.11", default-features = false }
semver = "1.0.13" semver = "1.0.13"

View file

@ -24,7 +24,7 @@ home = "0.5.3"
itertools = "0.10.3" itertools = "0.10.3"
jobserver = "0.1.24" jobserver = "0.1.24"
log = { version = "0.4.17", features = ["std"] } log = { version = "0.4.17", features = ["std"] }
miette = "5.2.0" miette = "5.3.0"
normalize-path = { version = "0.1.0", path = "../normalize-path" } normalize-path = { version = "0.1.0", path = "../normalize-path" }
once_cell = "1.13.0" once_cell = "1.13.0"
reqwest = { version = "0.11.11", features = ["stream"], default-features = false } reqwest = { version = "0.11.11", features = ["stream"], default-features = false }