Skip to content

Commit a947268

Browse files
build(deps): update prost-build requirement from 0.9.0 to 0.11.1
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.9.0...prost-build-0.11.1) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 682b24e commit a947268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal
3838
hyper = { version = "0.14.16", features = ["server", "http1", "tcp"] }
3939

4040
[build-dependencies]
41-
prost-build = { version = "0.9.0", optional = true }
41+
prost-build = { version = "0.11.1", optional = true }
4242

4343
[[bench]]
4444
name = "family"

0 commit comments

Comments
 (0)