From 57952fda013fc4a908e3f0868f5975017813f3b4 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 28 Nov 2023 19:59:42 +0100 Subject: [PATCH] chore: pin watchexec --- Cargo.lock | 2 ++ crates/forge/Cargo.toml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 792cd2f89ac5..83312b84d93f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2574,6 +2574,8 @@ dependencies = [ "tracing-subscriber", "vergen", "watchexec", + "watchexec-events", + "watchexec-signals", "yansi 0.5.1", ] diff --git a/crates/forge/Cargo.toml b/crates/forge/Cargo.toml index c6d1625bcf3a..e266ef2cd469 100644 --- a/crates/forge/Cargo.toml +++ b/crates/forge/Cargo.toml @@ -70,7 +70,9 @@ solang-parser.workspace = true strum = { version = "0.25", features = ["derive"] } thiserror = "1" tokio = { version = "1", features = ["time"] } -watchexec = "2" +watchexec = "=2.3.0" +watchexec-events = "=1.0.0" +watchexec-signals = "=1.0.0" # doc server axum = { workspace = true, features = ["ws"] }