Skip to content

Commit 43409f1

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 1d40f46 commit 43409f1

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
@@ -36,7 +36,7 @@ tide = "0.16"
3636
actix-web = "4"
3737

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

4141
[[bench]]
4242
name = "family"

0 commit comments

Comments
 (0)