Skip to content

Commit c0d7d4a

Browse files
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](tokio-rs/prost@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>
1 parent 3cc102d commit c0d7d4a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ quickcheck = "0.9.0"
5050
wasm-timer = "0.2"
5151

5252
[build-dependencies]
53-
prost-build = "0.8"
53+
prost-build = "0.9"
5454

5555
[features]
5656
default = ["secp256k1"]

protocols/floodsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ rand = "0.7"
2121
smallvec = "1.6.1"
2222

2323
[build-dependencies]
24-
prost-build = "0.8"
24+
prost-build = "0.9"

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ hex = "0.4.2"
4040
derive_builder = "0.10.0"
4141

4242
[build-dependencies]
43-
prost-build = "0.8"
43+
prost-build = "0.9"

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ libp2p-noise = { path = "../../transports/noise" }
2727
libp2p-tcp = { path = "../../transports/tcp" }
2828

2929
[build-dependencies]
30-
prost-build = "0.8"
30+
prost-build = "0.9"

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ libp2p-yamux = { path = "../../muxers/yamux" }
3535
quickcheck = "0.9.0"
3636

3737
[build-dependencies]
38-
prost-build = "0.8"
38+
prost-build = "0.9"

protocols/relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void = "1"
2626
wasm-timer = "0.2"
2727

2828
[build-dependencies]
29-
prost-build = "0.8"
29+
prost-build = "0.9"
3030

3131
[dev-dependencies]
3232
env_logger = "0.9.0"

protocols/rendezvous/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ rand = "0.8"
3232
tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
3333

3434
[build-dependencies]
35-
prost-build = "0.8"
35+
prost-build = "0.9"

transports/noise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ quickcheck = "0.9.0"
3535
sodiumoxide = "0.2.5"
3636

3737
[build-dependencies]
38-
prost-build = "0.8"
38+
prost-build = "0.9"

transports/plaintext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ quickcheck = "0.9.0"
2525
rand = "0.7"
2626

2727
[build-dependencies]
28-
prost-build = "0.8"
28+
prost-build = "0.9"

0 commit comments

Comments
 (0)