*: Patch prost / prost-build version to v0.8 (#2126)

This commit is contained in:
Elena Frank
2021-07-09 14:38:03 +02:00
committed by GitHub
parent 05a4b16bb3
commit 99da27bd97
8 changed files with 16 additions and 16 deletions

View File

@ -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"
@ -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"]

View File

@ -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"

View File

@ -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"
@ -40,4 +40,4 @@ hex = "0.4.2"
derive_builder = "0.10.0"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

View File

@ -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"
@ -26,4 +26,4 @@ libp2p-noise = { path = "../../transports/noise" }
libp2p-tcp = { path = "../../transports/tcp" }
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

View File

@ -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"
@ -35,4 +35,4 @@ libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

View File

@ -18,7 +18,7 @@ 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"] }
@ -26,7 +26,7 @@ void = "1"
wasm-timer = "0.2"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
[dev-dependencies]
env_logger = "0.8.3"

View File

@ -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"
@ -35,4 +35,4 @@ quickcheck = "0.9.0"
sodiumoxide = "0.2.5"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

View File

@ -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"
@ -25,4 +25,4 @@ quickcheck = "0.9.0"
rand = "0.7"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"