diff --git a/nodes/mockpool-node/Cargo.toml b/nodes/mockpool-node/Cargo.toml index 0a9d191f..6d080eeb 100644 --- a/nodes/mockpool-node/Cargo.toml +++ b/nodes/mockpool-node/Cargo.toml @@ -26,4 +26,4 @@ serde_json = "1.0" serde_yaml = "0.9" color-eyre = "0.6.0" serde = "1" -waku-bindings = "0.1.0-rc.1" +waku-bindings = "0.1.0-rc.2" diff --git a/nomos-services/consensus/Cargo.toml b/nomos-services/consensus/Cargo.toml index 447990eb..1665b5e3 100644 --- a/nomos-services/consensus/Cargo.toml +++ b/nomos-services/consensus/Cargo.toml @@ -18,7 +18,7 @@ nomos-core = { path = "../../nomos-core" } tokio = { version = "1", features = ["sync"] } tokio-stream = "0.1" futures = "0.3" -waku-bindings = { version = "0.1.0-rc.1", optional = true} +waku-bindings = { version = "0.1.0-rc.2", optional = true} tracing = "0.1" [features] diff --git a/nomos-services/mempool/Cargo.toml b/nomos-services/mempool/Cargo.toml index 9a1dc6a0..89b16ff7 100644 --- a/nomos-services/mempool/Cargo.toml +++ b/nomos-services/mempool/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1.0" tracing = "0.1" tokio = { version = "1", features = ["sync"] } tokio-stream = "0.1" -waku-bindings = { version = "0.1.0-rc.1", optional = true} +waku-bindings = { version = "0.1.0-rc.2", optional = true} [dev-dependencies] nomos-log = { path = "../log" } diff --git a/nomos-services/network/Cargo.toml b/nomos-services/network/Cargo.toml index 084be91b..f75a329d 100644 --- a/nomos-services/network/Cargo.toml +++ b/nomos-services/network/Cargo.toml @@ -19,7 +19,7 @@ tokio-stream = "0.1" thiserror = "1.0" tracing = "0.1" rand = { version = "0.8", optional = true } -waku-bindings = { version = "0.1.0-rc.1", optional = true } +waku-bindings = { version = "0.1.0-rc.2", optional = true } tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["json"] } tracing-gelf = "0.7"