mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-23 11:06:36 +00:00
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:
parent
b4df017ff7
commit
1fb4e0db6d
7 changed files with 13 additions and 14 deletions
crates
bin
binstalk-bins
binstalk-fetchers
binstalk-manifests
binstalk-registry
binstalk
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue