Skip to content

Commit

Permalink
Bump prost-types from 0.9.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.9.0 to 0.13.0.
- [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.9.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 02a4d75 commit 7f3f62a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 12 deletions.
54 changes: 43 additions & 11 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 @@ -34,7 +34,7 @@ googapis = { version = "0.6", default-features = true, features = [
] }
gouth = { version = "0.2", default-features = true }
prost = { version = "0.9.0", default-features = true }
prost-types = { version = "0.9.0", default-features = true }
prost-types = { version = "0.13.0", default-features = true }
tokio = { version = "1.38", default-features = true }
tonic = { version = "0.6.1", default-features = true, features = [
"transport",
Expand Down

0 comments on commit 7f3f62a

Please sign in to comment.