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
+8 -8
View File
@@ -7830,8 +7830,8 @@ dependencies = [
"libp2p",
"log",
"parity-scale-codec",
"prost 0.10.3",
"prost-build 0.10.4",
"prost 0.11.0",
"prost-build 0.11.1",
"quickcheck",
"rand 0.7.3",
"sc-client-api",
@@ -8486,7 +8486,7 @@ dependencies = [
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"prost 0.10.3",
"prost 0.11.0",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
@@ -8553,7 +8553,7 @@ dependencies = [
"libp2p",
"linked_hash_set",
"parity-scale-codec",
"prost-build 0.10.4",
"prost-build 0.11.1",
"sc-consensus",
"sc-peerset",
"serde",
@@ -8595,8 +8595,8 @@ dependencies = [
"libp2p",
"log",
"parity-scale-codec",
"prost 0.10.3",
"prost-build 0.10.4",
"prost 0.11.0",
"prost-build 0.11.1",
"sc-client-api",
"sc-network-common",
"sc-peerset",
@@ -8617,8 +8617,8 @@ dependencies = [
"log",
"lru",
"parity-scale-codec",
"prost 0.10.3",
"prost-build 0.10.4",
"prost 0.11.0",
"prost-build 0.11.1",
"quickcheck",
"sc-block-builder",
"sc-client-api",
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[build-dependencies]
prost-build = "0.10"
prost-build = "0.11"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
@@ -23,7 +23,7 @@ futures-timer = "3.0.1"
ip_network = "0.4.1"
libp2p = { version = "0.46.1", default-features = false, features = ["kad"] }
log = "0.4.17"
prost = "0.10"
prost = "0.11"
rand = "0.7.2"
thiserror = "1.0"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
+1 -1
View File
@@ -33,7 +33,7 @@ log = "0.4.17"
lru = "0.7.5"
parking_lot = "0.12.1"
pin-project = "1.0.10"
prost = "0.10"
prost = "0.11"
rand = "0.7.2"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.85"
+1 -1
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]
async-trait = "0.1.57"
+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" }
+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"
@@ -25,7 +25,7 @@ futures = "0.3.21"
libp2p = "0.46.1"
log = "0.4.17"
lru = "0.7.5"
prost = "0.10"
prost = "0.11"
smallvec = "1.8.0"
thiserror = "1.0"
fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" }