From e1569572a0c39f3bdf253ea3297de7a9535ac5be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:00:32 +0000 Subject: [PATCH] chore(deps): update dependency watchexec to v2.5.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 89a64fa..389b23c 100644 --- a/mise.toml +++ b/mise.toml @@ -9,7 +9,7 @@ kustomize = "5.8.1" pre-commit = "4.6.0" rust = { version = "stable", components = "llvm-tools" } tfswitch = "1.17.1" -watchexec = "2.3.2" +watchexec = "2.5.1" [tasks.build] run = "cargo build --release --locked"