mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
build(deps): update derive_builder requirement from 0.9.0 to 0.10.0 (#2026)
* build(deps): update derive_builder requirement from 0.9.0 to 0.10.0 Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version. - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases) - [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot[bot] <support@github.com> * protocols/gossipsub/CHANGELOG: Add entry Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
parent
bb206bcfdb
commit
bb2df42019
@ -2,6 +2,8 @@
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 0.29.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user