From 819f7a5cff587a3e6fcf4b400bedeb1e88acc12e Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 1 Jun 2022 19:17:15 +0900 Subject: [PATCH] Enforce to use tar v0.4.38 --- Cargo.toml | 4 ++-- benches/benchsuite/Cargo.toml | 2 +- benches/capture/Cargo.toml | 2 +- crates/cargo-test-support/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9216aa7657a..af537d96c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ serde_ignored = "0.1.0" serde_json = { version = "1.0.30", features = ["raw_value"] } shell-escape = "0.1.4" strip-ansi-escapes = "0.1.0" -tar = { version = "0.4.36", default-features = false } +tar = { version = "0.4.38", default-features = false } tempfile = "3.0" termcolor = "1.1" toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] } @@ -104,7 +104,7 @@ snapbox = { version = "0.2.8", features = ["diff", "path"] } [build-dependencies] flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } -tar = { version = "0.4.26", default-features = false } +tar = { version = "0.4.38", default-features = false } [[bin]] name = "cargo" diff --git a/benches/benchsuite/Cargo.toml b/benches/benchsuite/Cargo.toml index 975321075e6..c16f4f86646 100644 --- a/benches/benchsuite/Cargo.toml +++ b/benches/benchsuite/Cargo.toml @@ -13,7 +13,7 @@ cargo = { path = "../.." } # Consider removing html_reports in 0.4 and switching to `cargo criterion`. criterion = { version = "0.3.5", features = ["html_reports"] } flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } -tar = { version = "0.4.35", default-features = false } +tar = { version = "0.4.38", default-features = false } url = "2.2.2" [[bench]] diff --git a/benches/capture/Cargo.toml b/benches/capture/Cargo.toml index 29f39a8635f..bcda38e5e3f 100644 --- a/benches/capture/Cargo.toml +++ b/benches/capture/Cargo.toml @@ -8,5 +8,5 @@ description = "Tool for capturing a real-world workspace for benchmarking." [dependencies] cargo_metadata = "0.14.0" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } -tar = { version = "0.4.35", default-features = false } +tar = { version = "0.4.38", default-features = false } toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] } diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 7c343cf211b..64c1f3c5f9b 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -20,7 +20,7 @@ itertools = "0.10.0" lazy_static = "1.0" remove_dir_all = "0.5" serde_json = "1.0" -tar = { version = "0.4.18", default-features = false } +tar = { version = "0.4.38", default-features = false } termcolor = "1.1.2" toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] } url = "2.2.2"