From 26432bbafa43ba4335e101bcd3fc98ef8095a00a Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 23 Dec 2023 04:12:54 +0000 Subject: [PATCH] Update Rust crate duct to 0.13.7 --- Cargo.lock | 4 ++-- cargo-nextest/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab82bd81def..b98684fc416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,9 +727,9 @@ checksum = "f77af9e75578c1ab34f5f04545a8b05be0c36fbd7a9bb3cf2d2a971e435fdbb9" [[package]] name = "duct" -version = "0.13.6" +version = "0.13.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ae3fc31835f74c2a7ceda3aeede378b0ae2e74c8f1c36559fcc9ae2a4e7d3e" +checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" dependencies = [ "libc", "once_cell", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 7d0a811ccd0..cdf638261f1 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.4.11", features = ["derive", "env"] } # we don't use the tracing support color-eyre = { version = "0.6.2", default-features = false } dialoguer = "0.11.0" -duct = "0.13.6" +duct = "0.13.7" enable-ansi-support = "0.2.1" # we don't use the default formatter so we don't need default features env_logger = { version = "0.10.1", default-features = false } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 64f3bbf927d..eb32be45318 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -129,7 +129,7 @@ self_update = { version = "0.39.0", optional = true } [dev-dependencies] color-eyre = { version = "0.6.2", default-features = false } -duct = "0.13.6" +duct = "0.13.7" indoc = "2.0.4" maplit = "1.0.2" pathdiff = { version = "0.2.1", features = ["camino"] }