mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
* build(deps): bump compact_str from 0.7.1 to 0.8.0 in the deps group Bumps the deps group with 1 update: [compact_str](https://github.com/ParkMyCar/compact_str). Updates `compact_str` from 0.7.1 to 0.8.0 - [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md) - [Commits](https://github.com/ParkMyCar/compact_str/commits) --- updated-dependencies: - dependency-name: compact_str dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> * Fix compilation error and deprecations Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Use `CompactString::const_new` when possible Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
21 lines
703 B
TOML
21 lines
703 B
TOML
[package]
|
|
name = "binstalk-bins"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
|
|
description = "The binstall binaries discovery and installation crate."
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-bins"
|
|
rust-version = "1.65.0"
|
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
|
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
|
compact_str = { version = "0.8.0", features = ["serde"] }
|
|
leon = "3.0.0"
|
|
miette = "7.0.0"
|
|
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
|
thiserror = "1.0.61"
|
|
tracing = "0.1.39"
|