diff --git a/emitter-and-signal/Cargo.toml b/emitter-and-signal/Cargo.toml index 4191921..27bde7c 100644 --- a/emitter-and-signal/Cargo.toml +++ b/emitter-and-signal/Cargo.toml @@ -6,5 +6,5 @@ license = { workspace = true } [dependencies] deranged = { workspace = true } -ext-trait = "2.0.0" +ext-trait = { workspace = true } tokio = { workspace = true, features = ["sync"] }