Skip to content

Commit ea97a0e

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.14.0) --- updated-dependencies: - dependency-name: prost-build dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8a5571 commit ea97a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version.workspace = true
1313

1414
[dependencies]
1515
walkdir = { version = "2.5.0" }
16-
prost-build = { version = "0.13" }
16+
prost-build = { version = "0.14" }
1717
tempfile = { version = "3.12" }
1818
regex = { "version" = "1.10" }
1919
# Use of native-tls-vendored should build vendored openssl, which is required for Alpine build

0 commit comments

Comments
 (0)