Skip to content

Commit

Permalink
Update prost-types requirement from 0.12 to 0.13 in /spiffe
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-types](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.0...v0.13.2)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 371d378 commit df3cd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tonic = "0.11"

# workload-api dependencies:
prost = { version = "0.12", optional = true }
prost-types = { version = "0.12", optional = true }
prost-types = { version = "0.13", optional = true }
tokio = { version = "1", features = ["net"], optional = true }
tokio-stream = { version = "0.1", optional = true }
tower = { version = "0.4", features = ["util"], optional = true }
Expand Down

0 comments on commit df3cd31

Please sign in to comment.