From 1fb4e0db6de90962e9d6502229bd6d4ca51650f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 01:24:29 +0000 Subject: [PATCH] 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] --- Cargo.lock | 13 ++++++------- crates/bin/Cargo.toml | 2 +- crates/binstalk-bins/Cargo.toml | 2 +- crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk-registry/Cargo.toml | 4 ++-- crates/binstalk/Cargo.toml | 2 +- 7 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83009abd..2d4b8b0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2885,9 +2885,9 @@ dependencies = [ [[package]] name = "miette" -version = "7.5.0" +version = "7.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a955165f87b37fd1862df2a59547ac542c77ef6d17c666f619d1ad22dd89484" +checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" dependencies = [ "backtrace", "backtrace-ext", @@ -2899,15 +2899,14 @@ dependencies = [ "supports-unicode", "terminal_size", "textwrap", - "thiserror 1.0.69", "unicode-width 0.1.14", ] [[package]] name = "miette-derive" -version = "7.5.0" +version = "7.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf45bf44ab49be92fd1227a3be6fc6f617f1a337c06af54981048574d8783147" +checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" dependencies = [ "proc-macro2", "quote", @@ -4023,9 +4022,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index fd5c42b3..b56b611c 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -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" diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index d3f8c6c4..1928e097 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -15,7 +15,7 @@ atomic-file-install = { version = "1.0.11", path = "../atomic-file-install" } binstalk-types = { version = "0.9.4", path = "../binstalk-types" } compact_str = { version = "0.9.0", features = ["serde"] } leon = "3.0.0" -miette = "7.0.0" +miette = "7.6.0" normalize-path = { version = "0.2.1", path = "../normalize-path" } thiserror = "2.0.11" tracing = "0.1.39" diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 4d525049..eff47b9f 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -21,7 +21,7 @@ either = "1.11.0" itertools = "0.14.0" leon = "3.0.0" leon-macros = "1.0.1" -miette = "7.0.0" +miette = "7.6.0" minisign-verify = "0.2.1" once_cell = "1.18.0" strum = "0.27.0" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 8f650dfb..353117bb 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -15,7 +15,7 @@ binstalk-types = { version = "0.9.4", path = "../binstalk-types" } compact_str = { version = "0.9.0", features = ["serde"] } fs-lock = { version = "0.1.10", path = "../fs-lock", features = ["tracing"] } home = "0.5.9" -miette = "7.0.0" +miette = "7.6.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-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index 4c6b879d..57a29042 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -20,13 +20,13 @@ binstalk-types = { version = "0.9.4", path = "../binstalk-types" } cargo-toml-workspace = { version = "7.0.6", path = "../cargo-toml-workspace" } compact_str = { version = "0.9.0", features = ["serde"] } leon = "3.0.0" -miette = "7.0.0" +miette = "7.6.0" normalize-path = { version = "0.2.1", path = "../normalize-path" } once_cell = "1.18.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.107" -sha2 = "0.10.7" +sha2 = "0.10.9" simple-git = { version = "0.2.4", optional = true } tempfile = "3.5.0" thiserror = "2.0.11" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 3c26c8a7..28936d39 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -29,7 +29,7 @@ itertools = "0.14.0" jobslot = { version = "0.2.11", features = ["tokio"] } leon = "3.0.0" maybe-owned = "0.3.4" -miette = "7.0.0" +miette = "7.6.0" semver = { version = "1.0.17", features = ["serde"] } simple-git = { version = "0.2.18", optional = true } strum = "0.27.0"