From b5ea9a2293ac0e59eb3b63700f2a409ac2a0597f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:15:01 +1200 Subject: [PATCH] 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> --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 6634a31b..c856f937 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -15,7 +15,7 @@ bytes = "1.2.1" bzip2 = "0.4.3" cargo_toml = "0.11.5" 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 } detect-targets = { version = "0.1.0", path = "../detect-targets" } flate2 = { version = "1.0.24", default-features = false }