Skip to content

Commit

Permalink
Update prost requirement from 0.12.3 to 0.13.1
Browse files Browse the repository at this point in the history
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.12.3...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 54eee58 commit d4400f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s-pb-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
prost = "0.12.3"
prost = "0.13.1"
prost-build = "0.13.1"
prost-types = "0.13.1"
serde_json = "1.0.67"
Expand Down
2 changes: 1 addition & 1 deletion k8s-pb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ rust-version = "1.65.0"
edition = "2021"

[dependencies]
prost = "0.12.3"
prost = "0.13.1"

0 comments on commit d4400f4

Please sign in to comment.