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:
dependabot[bot] 2022-08-22 15:15:01 +12:00 committed by GitHub
parent 62f9450d2d
commit b5ea9a2293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }