mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
29 lines
1 KiB
TOML
29 lines
1 KiB
TOML
[package]
|
|
name = "binstalk-manifests"
|
|
description = "The binstall toolkit for manipulating with manifest"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-manifests"
|
|
version = "0.15.28"
|
|
rust-version = "1.61.0"
|
|
authors = ["ryan <ryan@kurte.nz>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
beef = { version = "0.5.2", features = ["impl_serde"] }
|
|
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.6.0"
|
|
semver = { version = "1.0.17", features = ["serde"] }
|
|
serde = { version = "1.0.163", features = ["derive"] }
|
|
serde-tuple-vec-map = "1.0.1"
|
|
serde_json = "1.0.107"
|
|
thiserror = "2.0.11"
|
|
toml_edit = { version = "0.22.12", features = ["serde"] }
|
|
url = { version = "2.5.4", features = ["serde"] }
|
|
|
|
[dev-dependencies]
|
|
detect-targets = { version = "0.1.47", path = "../detect-targets" }
|
|
tempfile = "3.5.0"
|