mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
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:
Generated
+2
-2
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user