Bump prost from 0.8.0 to 0.9.0 (#10341)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-22 22:57:44 +01:00
committed by GitHub
parent 566d5ba9a2
commit a47f0243e0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7632,7 +7632,7 @@ dependencies = [
"libp2p",
"log 0.4.14",
"parity-scale-codec",
"prost 0.8.0",
"prost 0.9.0",
"prost-build 0.9.0",
"quickcheck",
"rand 0.7.3",
@@ -8282,7 +8282,7 @@ dependencies = [
"parity-scale-codec",
"parking_lot 0.11.1",
"pin-project 1.0.8",
"prost 0.8.0",
"prost 0.9.0",
"prost-build 0.9.0",
"quickcheck",
"rand 0.7.3",
@@ -26,7 +26,7 @@ ip_network = "0.4.0"
libp2p = { version = "0.39.1", default-features = false, features = ["kad"] }
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" }
prost = "0.8"
prost = "0.9"
rand = "0.7.2"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-network = { version = "0.10.0-dev", path = "../network" }
+1 -1
View File
@@ -41,7 +41,7 @@ log = "0.4.8"
parking_lot = "0.11.1"
pin-project = "1.0.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
prost = "0.8"
prost = "0.9"
rand = "0.7.2"
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }