build(deps): Update prost-build requirement from 0.8 to 0.9 (#2288)

Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version.
- [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-build
  dependency-type: direct:production
...

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-10-14 14:44:34 +02:00
committed by GitHub
parent 3cc102da91
commit c0d7d4a9eb
9 changed files with 9 additions and 9 deletions

View File

@ -50,7 +50,7 @@ quickcheck = "0.9.0"
wasm-timer = "0.2"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"
[features]
default = ["secp256k1"]

View File

@ -21,4 +21,4 @@ rand = "0.7"
smallvec = "1.6.1"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -40,4 +40,4 @@ hex = "0.4.2"
derive_builder = "0.10.0"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -27,4 +27,4 @@ libp2p-noise = { path = "../../transports/noise" }
libp2p-tcp = { path = "../../transports/tcp" }
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -35,4 +35,4 @@ libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -26,7 +26,7 @@ void = "1"
wasm-timer = "0.2"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"
[dev-dependencies]
env_logger = "0.9.0"

View File

@ -32,4 +32,4 @@ rand = "0.8"
tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -35,4 +35,4 @@ quickcheck = "0.9.0"
sodiumoxide = "0.2.5"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

View File

@ -25,4 +25,4 @@ quickcheck = "0.9.0"
rand = "0.7"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"