Skip to content

Commit 007f6ac

Browse files
build(deps): update prost-build requirement from 0.13 to 0.14
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) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.0...v0.13.5) --- updated-dependencies: - dependency-name: prost-build dependency-version: 0.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b92c4 commit 007f6ac

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 @@ oci-spec = "0.7"
3636
os_pipe = "1.1"
3737
prctl = "1.0.0"
3838
prost = "0.13"
39-
prost-build = "0.13"
39+
prost-build = "0.14"
4040
prost-types = "0.13"
4141
serde = { version = "1.0", features = ["derive"] }
4242
serde_json = "1.0"

0 commit comments

Comments
 (0)