mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the deps group with 3 updates: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [flate2](https://github.com/rust-lang/flate2-rs). Updates `clap` from 4.5.13 to 4.5.15 - [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/clap_complete-v4.5.13...v4.5.15) Updates `serde` from 1.0.204 to 1.0.205 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.205) Updates `flate2` from 1.0.30 to 1.0.31 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.30...1.0.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
740 B
TOML
23 lines
740 B
TOML
[package]
|
|
name = "binstalk-types"
|
|
description = "The binstall toolkit that contains basic types for binstalk crates"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-types"
|
|
version = "0.8.0"
|
|
rust-version = "1.61.0"
|
|
authors = ["ryan <ryan@kurte.nz>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
compact_str = { version = "0.8.0", features = ["serde"] }
|
|
maybe-owned = { version = "0.3.4", features = ["serde"] }
|
|
once_cell = "1.18.0"
|
|
semver = { version = "1.0.17", features = ["serde"] }
|
|
serde = { version = "1.0.205", features = ["derive"] }
|
|
strum = "0.26.1"
|
|
strum_macros = "0.26.1"
|
|
url = { version = "2.3.1", features = ["serde"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|