Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Jul 23, 2024
1 parent 1497a95 commit aa80e8a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
39 changes: 31 additions & 8 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 src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ version = "1.38.1"
version = "0.11.0"

[dependencies.prost]
version = "0.12.4"
version = "0.13.1"

[build-dependencies.tonic-build]
version = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gpt_answer_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "../adapter"
version = "0.11.0"

[dependencies.prost]
version = "0.12.4"
version = "0.13.1"

[dependencies.serde]
version = "1.0"
Expand Down

0 comments on commit aa80e8a

Please sign in to comment.