Skip to content

Commit

Permalink
build(deps): bump prost-types from 0.10.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.10.1 to 0.13.0.
- [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.10.1...v0.13.0)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent c3d7a4a commit 34330fd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
44 changes: 38 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private_docs = []

# Prost is used to deal with protobuf serialization and deserialization.
prost = "0.10"
prost-types = "0.10"
prost-types = "0.13"

# Prost doesn't generate any introspection stuff, so we hack that stuff in with
# our own procedural macros.
Expand Down

0 comments on commit 34330fd

Please sign in to comment.