From f2ac44757ab479dd35932e6383d201028d281f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 02:45:22 +0000 Subject: [PATCH] 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] 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 fd566729..da030d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1342,9 +1342,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "miette" -version = "5.8.0" +version = "5.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92a992891d5579caa9efd8e601f82e30a1caa79a27a5db075dde30ecb9eab357" +checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9" dependencies = [ "backtrace", "backtrace-ext", @@ -1363,9 +1363,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "5.8.0" +version = "5.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c65c625186a9bcce6699394bee511e1b1aec689aa7e3be1bf4e996e75834153" +checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa" dependencies = [ "proc-macro2", "quote", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 107288d8..bebfe8ef 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.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" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 218457dc..0632db8a 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -15,7 +15,7 @@ binstalk-types = { version = "0.4.0", path = "../binstalk-types" } compact_str = { version = "0.7.0", features = ["serde"] } fs-lock = { version = "0.1.0", path = "../fs-lock" } home = "0.5.5" -miette = "5.8.0" +miette = "5.9.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } serde-tuple-vec-map = "1.0.1" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 34c6b9f9..654a35da 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -24,7 +24,7 @@ jobslot = { version = "0.2.11", features = ["tokio"] } leon = { version = "2.0.0", path = "../leon" } leon-macros = { version = "1.0.0", path = "../leon-macros" } maybe-owned = "0.3.4" -miette = "5.8.0" +miette = "5.9.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 49d338cf..2a6ceb10 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["fuzz", "benches"] [dependencies] clap = { version = "4.2.7", features = ["derive"], optional = true } -miette = { version = "5.8.0", default-features = false, optional = true } +miette = { version = "5.9.0", default-features = false, optional = true } thiserror = "1.0.38" [features]