Bump prost to 0.11+ (#12419)

This commit is contained in:
Chevdor
2022-10-04 21:30:45 +02:00
committed by GitHub
parent b668e196b4
commit 0e388ac5b7
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[build-dependencies]
prost-build = "0.10"
prost-build = "0.11"
[dependencies]
array-bytes = "4.1"
@@ -24,7 +24,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
futures = "0.3.21"
libp2p = "0.46.1"
log = "0.4.16"
prost = "0.10"
prost = "0.11"
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }