Skip to content

Commit 6044a3d

Browse files
Update prost requirement from 0.13 to 0.14 in /spiffe
Updates the requirements on [prost](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 dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 322bbcd commit 6044a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ time = "0.3"
2929
tonic = "0.13.0"
3030

3131
# workload-api dependencies:
32-
prost = { version = "0.13", optional = true }
32+
prost = { version = "0.14", optional = true }
3333
prost-types = { version = "0.13", optional = true }
3434
tokio = { version = "1", features = ["net"], optional = true }
3535
tokio-stream = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)