diff --git a/node/Cargo.toml b/node/Cargo.toml index b01cbf2d7a..c83175e6ea 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -12,7 +12,7 @@ license = "MPL-2.0" tracing = "0.1" hex = "0.4" dusk-consensus = { version = "0.1.1-rc.3", path = "../consensus" } -kadcast = "0.6.0-rc" +kadcast = "0.7.0-rc" sha3 = { version = "0.10" } anyhow = "1.0" async-trait = "0.1" diff --git a/rusk/Cargo.toml b/rusk/Cargo.toml index 3eba219178..4b45adf0d8 100644 --- a/rusk/Cargo.toml +++ b/rusk/Cargo.toml @@ -44,7 +44,7 @@ blake2b_simd = { version = "1", default-features = false } poseidon-merkle = { version = "0.7", features = ["rkyv-impl", "size_32"] } sha3 = "0.10" dusk-bytes = "0.1" -kadcast = "0.6.0-rc" +kadcast = "0.7.0-rc" pin-project = "1" tungstenite = "0.21" hyper-tungstenite = "0.13"