diff --git a/crates/ipcbus/Cargo.toml b/crates/ipcbus/Cargo.toml index cf6f9b5e..266b7aa6 100644 --- a/crates/ipcbus/Cargo.toml +++ b/crates/ipcbus/Cargo.toml @@ -19,7 +19,7 @@ tracing.workspace = true anyhow.workspace =true socket2 = { version = "0.5.3", features = ["all"]} -event-listener = "3.0.1" +event-listener = "5.0.0" [target.'cfg(target_arch = "wasm32")'.dependencies] futures.workspace=true