Skip to content

Commit

Permalink
build(deps): update prost-types requirement from 0.12.4 to 0.13.1
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.4...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 1f29dbc commit ff701cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ grpc = [
prost = { version = "0.12.4", default-features = false, features = [
"prost-derive",
] }
prost-types = { version = "0.12.4", default-features = false }
prost-types = { version = "0.13.1", default-features = false }
tonic = { version = "0.11.0", optional = true }
bytes = { version = "1.6.0", default-features = false, features = ["serde"] }
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit ff701cc

Please sign in to comment.