From 913ec83918fa8d47775ac9352ee31e5afb4d7f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:46:25 +1000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/bin/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/leon/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72e75d9e..62584f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,9 +1461,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "miette" -version = "5.7.0" +version = "5.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abdc09c381c9336b9f2e9bd6067a9a5290d20e2d2e2296f275456121c33ae89" +checksum = "92a992891d5579caa9efd8e601f82e30a1caa79a27a5db075dde30ecb9eab357" dependencies = [ "backtrace", "backtrace-ext", @@ -1482,9 +1482,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "5.7.0" +version = "5.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8842972f23939443013dfd3720f46772b743e86f1a81d120d4b6fb090f87de1c" +checksum = "4c65c625186a9bcce6699394bee511e1b1aec689aa7e3be1bf4e996e75834153" dependencies = [ "proc-macro2", "quote", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 72b1de3b..3b0af7ab 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -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.1" log = { version = "0.4.17", features = ["std"] } -miette = "5.7.0" +miette = "5.8.0" mimalloc = { version = "0.1.36", default-features = false, optional = true } once_cell = "1.17.1" semver = "1.0.17" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index ffe895a0..1771e078 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -15,7 +15,7 @@ binstalk-types = { version = "0.3.0", path = "../binstalk-types" } compact_str = { version = "0.7.0", features = ["serde"] } fs-lock = { version = "0.1.0", path = "../fs-lock" } home = "0.5.4" -miette = "5.7.0" +miette = "5.8.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.160", features = ["derive"] } serde-tuple-vec-map = "1.0.1" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ebaf997e..8f9cf707 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -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"] } diff --git a/crates/leon/Cargo.toml b/crates/leon/Cargo.toml index 442e7a45..03196978 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["fuzz"] [dependencies] clap = { version = "4.2.2", features = ["derive"], optional = true } -miette = { version = "5.7.0", default-features = false, optional = true } +miette = { version = "5.8.0", default-features = false, optional = true } thiserror = "1.0.38" [features]