mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the deps group with 2 updates: [windows](https://github.com/microsoft/windows-rs) and [either](https://github.com/rayon-rs/either). Updates `windows` from 0.54.0 to 0.56.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.54.0...0.56.0) Updates `either` from 1.10.0 to 1.11.0 - [Commits](https://github.com/rayon-rs/either/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
1.1 KiB
TOML
40 lines
1.1 KiB
TOML
[package]
|
|
name = "binstalk-fetchers"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
|
|
description = "The binstall fetchers"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-fetchers"
|
|
rust-version = "1.65.0"
|
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.68"
|
|
binstalk-downloader = { version = "0.10.1", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
|
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
|
bytes = "1.4.0"
|
|
compact_str = { version = "0.7.0" }
|
|
either = "1.11.0"
|
|
itertools = "0.12.0"
|
|
leon = "3.0.0"
|
|
leon-macros = "1.0.1"
|
|
miette = "7.0.0"
|
|
minisign-verify = "0.2.1"
|
|
once_cell = "1.18.0"
|
|
strum = "0.26.1"
|
|
thiserror = "1.0.52"
|
|
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }
|
|
tracing = "0.1.39"
|
|
url = "2.3.1"
|
|
|
|
[dev-dependencies]
|
|
binstalk-downloader = { version = "0.10.1", path = "../binstalk-downloader" }
|
|
|
|
[features]
|
|
quickinstall = []
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
all-features = true
|