From d60c7dcd9b744d982c9c5335b2b0f3aaf24d731a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:29:33 +0200 Subject: [PATCH] fix(deps): update rust crate watchexec-supervisor to v3 (#56) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tuono/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tuono/Cargo.toml b/crates/tuono/Cargo.toml index b4b66f1a..356cbfb5 100644 --- a/crates/tuono/Cargo.toml +++ b/crates/tuono/Cargo.toml @@ -25,7 +25,7 @@ miette = "7.2.0" watchexec-signals = "3.0.0" tokio = { version = "1", features = ["full"] } serde = { version = "1.0.202", features = ["derive"] } -watchexec-supervisor = "2.0.0" +watchexec-supervisor = "3.0.0" glob = "0.3.1" regex = "1.10.4" reqwest = {version = "0.12.4", features =["blocking", "json"]}