mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Update compact_str requirement from 0.5.2 to 0.6.0 in /crates/lib (#308)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
62f9450d2d
commit
b5ea9a2293
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ bytes = "1.2.1"
|
||||||
bzip2 = "0.4.3"
|
bzip2 = "0.4.3"
|
||||||
cargo_toml = "0.11.5"
|
cargo_toml = "0.11.5"
|
||||||
clap = { version = "3.2.17", features = ["derive"] }
|
clap = { version = "3.2.17", features = ["derive"] }
|
||||||
compact_str = { version = "0.5.2", features = ["serde"] }
|
compact_str = { version = "0.6.0", features = ["serde"] }
|
||||||
crates_io_api = { version = "0.8.0", default-features = false }
|
crates_io_api = { version = "0.8.0", default-features = false }
|
||||||
detect-targets = { version = "0.1.0", path = "../detect-targets" }
|
detect-targets = { version = "0.1.0", path = "../detect-targets" }
|
||||||
flate2 = { version = "1.0.24", default-features = false }
|
flate2 = { version = "1.0.24", default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue