From b50902d23ee7743821c8c71a822c447d0f54a28c Mon Sep 17 00:00:00 2001 From: "Myan V." <155415707+myanvoos@users.noreply.github.com> Date: Wed, 20 Nov 2024 02:32:44 +1300 Subject: [PATCH] Update watchexec to v5 and watchexec-signals to v4 (#118) * fix(deps): update rust crate watchexec to v5 * fix(deps): update rust crate watchexec-signals to v4 * fix: revert unnecessary imports --- crates/tuono/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tuono/Cargo.toml b/crates/tuono/Cargo.toml index 1b4999af..3c3fdc8e 100644 --- a/crates/tuono/Cargo.toml +++ b/crates/tuono/Cargo.toml @@ -21,9 +21,9 @@ path = "src/lib.rs" [dependencies] clap = { version = "4.5.4", features = ["derive", "cargo"] } -watchexec = "4.0.0" +watchexec = "5.0.0" miette = "7.2.0" -watchexec-signals = "3.0.0" +watchexec-signals = "4.0.0" tokio = { version = "1", features = ["full"] } serde = { version = "1.0.202", features = ["derive"] } watchexec-supervisor = "3.0.0"