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"