From 477f7ae6c4d58d2a7d5278c2a5a0f128ec34ddbc Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 12 Jan 2021 14:41:07 +0100 Subject: [PATCH] *: Update to prost-build v0.7 (#1917) --- core/Cargo.toml | 2 +- protocols/floodsub/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/noise/Cargo.toml | 2 +- protocols/plaintext/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index ed688d4c56d..0db92ba4c01 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,7 +49,7 @@ quickcheck = "0.9.0" wasm-timer = "0.2" [build-dependencies] -prost-build = "0.6" +prost-build = "0.7" [features] default = ["secp256k1"] diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index 33f87c479e8..ca80c86a778 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -21,5 +21,5 @@ rand = "0.7" smallvec = "1.0" [build-dependencies] -prost-build = "0.6" +prost-build = "0.7" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 4d21ba57f3a..888c0f4f1c5 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -25,4 +25,4 @@ libp2p-noise = { path = "../../protocols/noise" } libp2p-tcp = { path = "../../transports/tcp" } [build-dependencies] -prost-build = "0.6" +prost-build = "0.7" diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 5c76d753ca6..fb275840308 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -35,5 +35,5 @@ libp2p-yamux = { path = "../../muxers/yamux" } quickcheck = "0.9.0" [build-dependencies] -prost-build = "0.6" +prost-build = "0.7" diff --git a/protocols/noise/Cargo.toml b/protocols/noise/Cargo.toml index 7b6309b16a9..829d907c411 100644 --- a/protocols/noise/Cargo.toml +++ b/protocols/noise/Cargo.toml @@ -35,4 +35,4 @@ quickcheck = "0.9.0" sodiumoxide = "0.2.5" [build-dependencies] -prost-build = "0.6" +prost-build = "0.7" diff --git a/protocols/plaintext/Cargo.toml b/protocols/plaintext/Cargo.toml index 270d1e601e0..7749db2e829 100644 --- a/protocols/plaintext/Cargo.toml +++ b/protocols/plaintext/Cargo.toml @@ -25,5 +25,5 @@ quickcheck = "0.9.0" rand = "0.7" [build-dependencies] -prost-build = "0.6" +prost-build = "0.7"