diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 96fa24cb..5f157b60 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -2,6 +2,8 @@ - Update `libp2p-swarm`. +- Update dependencies. + # 0.29.0 [2021-03-17] - Update `libp2p-swarm`. diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index edb8b2f0..eaa21894 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -37,7 +37,7 @@ libp2p-mplex = { path = "../../muxers/mplex" } libp2p-noise = { path = "../../transports/noise" } quickcheck = "0.9.2" hex = "0.4.2" -derive_builder = "0.9.0" +derive_builder = "0.10.0" [build-dependencies] prost-build = "0.7"