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 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.2` | `4.4.3` | | [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.38` | `0.1.39` | | [vergen](https://github.com/rustyhorde/vergen) | `8.2.4` | `8.2.5` | | [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.2` | `0.4.3` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.15.3` | `0.16.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.67` | | [syn](https://github.com/dtolnay/syn) | `2.0.31` | `2.0.33` | Updates `clap` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3) Updates `mimalloc` from 0.1.38 to 0.1.39 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.38...v0.1.39) Updates `vergen` from 8.2.4 to 8.2.5 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.4...8.2.5) Updates `serde_json` from 1.0.105 to 1.0.107 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.107) Updates `async-compression` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.2...async-compression-v0.4.3) Updates `cargo_toml` from 0.15.3 to 0.16.0 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main) Updates `proc-macro2` from 1.0.66 to 1.0.67 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.66...1.0.67) Updates `syn` from 2.0.31 to 2.0.33 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.31...2.0.33) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: mimalloc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47 lines
1.7 KiB
TOML
47 lines
1.7 KiB
TOML
[package]
|
|
name = "binstalk-registry"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.65.0"
|
|
|
|
description = "The binstall toolkit for fetching package from arbitrary registry"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-registry"
|
|
authors = ["Jiahao_XU@outlook <Jiahao_XU@outlook.com>"]
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.68"
|
|
base16 = "0.2.1"
|
|
binstalk-downloader = { version = "0.7.1", path = "../binstalk-downloader", default-features = false, features = ["json"] }
|
|
binstalk-types = { version = "0.5.0", path = "../binstalk-types" }
|
|
cargo-toml-workspace = { version = "1.0.0", path = "../cargo-toml-workspace" }
|
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
|
leon = { version = "2.0.1", path = "../leon" }
|
|
miette = "5.9.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"
|
|
simple-git = { version = "0.1.0", path = "../simple-git", optional = true }
|
|
tempfile = "3.5.0"
|
|
thiserror = "1.0.40"
|
|
tokio = { version = "1.30.0", features = ["rt", "sync"], default-features = false }
|
|
tracing = "0.1.37"
|
|
url = "2.3.1"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
|
toml_edit = { version = "0.20.0", features = ["serde"] }
|
|
binstalk-downloader = { version = "0.7.1", path = "../binstalk-downloader", default-features = false, features = ["rustls"] }
|
|
|
|
[features]
|
|
git = ["simple-git"]
|
|
|
|
crates_io_api = []
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
all-features = true
|