Skip to content

Commit

Permalink
*: Patch prost / prost-build version to v0.8 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Jul 9, 2021
1 parent 05a4b16 commit 99da27b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ multihash = { version = "0.13", default-features = false, features = ["std", "mu
multistream-select = { version = "0.10", path = "../misc/multistream-select" }
parking_lot = "0.11.0"
pin-project = "1.0.0"
prost = "0.7"
prost = "0.8"
rand = "0.7"
rw-stream-sink = "0.2.0"
sha2 = "0.9.1"
Expand All @@ -50,7 +50,7 @@ quickcheck = "0.9.0"
wasm-timer = "0.2"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

[features]
default = ["secp256k1"]
Expand Down
4 changes: 2 additions & 2 deletions protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ futures = "0.3.1"
libp2p-core = { version = "0.29.0", path = "../../core" }
libp2p-swarm = { version = "0.30.0", path = "../../swarm" }
log = "0.4"
prost = "0.7"
prost = "0.8"
rand = "0.7"
smallvec = "1.6.1"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
4 changes: 2 additions & 2 deletions protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4.11"
sha2 = "0.9.1"
base64 = "0.13.0"
smallvec = "1.6.1"
prost = "0.7"
prost = "0.8"
hex_fmt = "0.3.0"
regex = "1.4.0"

Expand All @@ -40,4 +40,4 @@ hex = "0.4.2"
derive_builder = "0.10.0"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
4 changes: 2 additions & 2 deletions protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.1"
libp2p-core = { version = "0.29.0", path = "../../core" }
libp2p-swarm = { version = "0.30.0", path = "../../swarm" }
log = "0.4.1"
prost = "0.7"
prost = "0.8"
smallvec = "1.6.1"
wasm-timer = "0.2"

Expand All @@ -26,4 +26,4 @@ libp2p-noise = { path = "../../transports/noise" }
libp2p-tcp = { path = "../../transports/tcp" }

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
4 changes: 2 additions & 2 deletions protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.1"
log = "0.4"
libp2p-core = { version = "0.29.0", path = "../../core" }
libp2p-swarm = { version = "0.30.0", path = "../../swarm" }
prost = "0.7"
prost = "0.8"
rand = "0.7.2"
sha2 = "0.9.1"
smallvec = "1.6.1"
Expand All @@ -35,4 +35,4 @@ libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
4 changes: 2 additions & 2 deletions protocols/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ libp2p-core = { version = "0.29", path = "../../core" }
libp2p-swarm = { version = "0.30", path = "../../swarm" }
log = "0.4"
pin-project = "1"
prost = "0.7"
prost = "0.8"
rand = "0.7"
smallvec = "1.6.1"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
void = "1"
wasm-timer = "0.2"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

[dev-dependencies]
env_logger = "0.8.3"
Expand Down
4 changes: 2 additions & 2 deletions transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.29.0", path = "../../core" }
log = "0.4"
prost = "0.7"
prost = "0.8"
rand = "0.8.3"
sha2 = "0.9.1"
static_assertions = "1"
Expand All @@ -35,4 +35,4 @@ quickcheck = "0.9.0"
sodiumoxide = "0.2.5"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
4 changes: 2 additions & 2 deletions transports/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3.1"
asynchronous-codec = "0.6"
libp2p-core = { version = "0.29.0", path = "../../core" }
log = "0.4.8"
prost = "0.7"
prost = "0.8"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
void = "1.0.2"

Expand All @@ -25,4 +25,4 @@ quickcheck = "0.9.0"
rand = "0.7"

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

0 comments on commit 99da27b

Please sign in to comment.