From 9b33c823c55929f41370063eb37ff0d6e4bf83c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:21:20 +0000 Subject: [PATCH] cargo(deps): bump duct from 1.1.0 to 1.1.1 Bumps [duct](https://github.com/oconnor663/duct.rs) from 1.1.0 to 1.1.1. - [Commits](https://github.com/oconnor663/duct.rs/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: duct dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2cd7d6..9827a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "duct" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7478638a31d1f1f3d6c9f5e57c76b906a04ac4879d6fd0fb6245bc88f73fd0b" +checksum = "7e66e9c0c03d094e1a0ba1be130b849034aa80c3a2ab8ee94316bc809f3fa684" dependencies = [ "libc", "os_pipe", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7c4c4ba..8b2bb78 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" clap = { version = "4.5.48", features = [ "derive", ] } # A simple to use, efficient, and full-featured Command Line Argument Parser -duct = "1.1.0" # A library for running child processes +duct = "1.1.1" # A library for running child processes color-eyre = "0.6.5" chrono = { workspace = true } regex = { workspace = true }