Skip to content

Commit 827e888

Browse files
Bump prost from 0.9.0 to 0.13.4
Bumps [prost](https://github.com/tokio-rs/prost) from 0.9.0 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.9.0...v0.13.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a11b31 commit 827e888

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

Cargo.lock

+31-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tremor-connectors-gcp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ googapis = { version = "0.6", default-features = true, features = [
3333
"google-storage-v2",
3434
] }
3535
gouth = { version = "0.2", default-features = true }
36-
prost = { version = "0.9.0", default-features = true }
36+
prost = { version = "0.13.4", default-features = true }
3737
prost-types = { version = "0.9.0", default-features = true }
3838
tokio = { version = "1.39", default-features = true }
3939
tonic = { version = "0.6.1", default-features = true, features = [

0 commit comments

Comments
 (0)