Skip to content

Commit

Permalink
Bump prost from 0.12.1 to 0.12.2 in /rustclient/lib (#164)
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 19f6e1b commit a5168ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions rustclient/lib/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 rustclient/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"

[dependencies]
tonic = "0.10.2"
prost = "0.12.1"
prost = "0.12.2"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
futures = "0.3.29"
async-stream = "0.3.5"
Expand Down

0 comments on commit a5168ea

Please sign in to comment.