Skip to content

Commit d0e0129

Browse files
build(deps): update prost-build requirement in /bigtable_rs
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.12.2...v0.13.1) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c5107a commit d0e0129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ serde_path_to_error = "0.1.8"
3535

3636
[build-dependencies]
3737
tonic-build = { version = "0.11.0", features = ["cleanup-markdown"] }
38-
prost-build = "0.12.2"
38+
prost-build = "0.13.1"
3939
prost-wkt-build = "0.5.0"

0 commit comments

Comments
 (0)