Skip to content

Commit

Permalink
Bump prost from 0.9.0 to 0.12.6
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.9.0 to 0.12.6.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.9.0...v0.12.6)

---
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] committed Jun 11, 2024
1 parent 81f32a3 commit 56e87c9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 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 tremor-connectors-gcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ googapis = { version = "0.6", default-features = true, features = [
"google-storage-v2",
] }
gouth = { version = "0.2", default-features = true }
prost = { version = "0.9.0", default-features = true }
prost = { version = "0.12.6", default-features = true }
prost-types = { version = "0.9.0", default-features = true }
tokio = { version = "1.38", default-features = true }
tonic = { version = "0.6.1", default-features = true, features = [
Expand Down

0 comments on commit 56e87c9

Please sign in to comment.