From 9f5d64a2b3113d7018f55e7e7f4ee37abb0c815d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:32:57 +0000 Subject: [PATCH] fix(deps): update rust crate duct to 0.13.7 (#991) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index eef6170..33008d2 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,6 +10,6 @@ publish = false anyhow.workspace = true clap.workspace = true dialoguer = "0.11.0" -duct = "0.13.6" +duct = "0.13.7" fs_extra = "1.3.0" glob = "0.3.1"