Skip to content

Commit

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

---
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 Jisu-Woniu committed Dec 12, 2024
1 parent df5021f commit b43d810
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 crates/rsjudge-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.94"
futures = "0.3.31"
log.workspace = true
prost = "0.13.4"
prost-types = "0.13.3"
prost-types = "0.13.4"
tokio = { workspace = true, features = ["net"] }
tokio-stream = "0.1.17"
tonic = "0.12.3"
Expand Down

0 comments on commit b43d810

Please sign in to comment.