Skip to content

Commit

Permalink
build(deps): Bump prost-types from 0.13.1 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.3.
- [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.1...v0.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brianmay committed Oct 31, 2024
1 parent 27c9e3c commit 60abfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 robotica-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.132"
tracing = "0.1.35"
bytes = "1.8.0"
prost = { version = "0.13.3", optional = true }
prost-types = { version = "0.13.0", optional = true }
prost-types = { version = "0.13.3", optional = true }
geo = { version = "0.28.0", features = ["serde", "use-serde"] }
tap = "1.0.1"

Expand Down

0 comments on commit 60abfa9

Please sign in to comment.