Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump prost to 0.11+ (#12419)
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor authored Oct 4, 2022
1 parent d11dd02 commit 91d072d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion client/network/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions client/network/light/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions client/network/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit 91d072d

Please sign in to comment.