From fbd77cd428a47b81f20b08cb3c7def15bcc60081 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:40:27 +0000 Subject: [PATCH] fix(deps): update rust crate duct to 0.13.7 --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index eef61707b..33008d2e8 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"