Skip to content

Commit a785c34

Browse files
chore(deps): bump the proto group with 3 updates
Bumps the proto group with 3 updates: [prost](https://github.com/tokio-rs/prost), [prost-build](https://github.com/tokio-rs/prost) and [pbjson-types](https://github.com/influxdata/pbjson). Updates `prost` from 0.14.3 to 0.14.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.14.3...v0.14.4) Updates `prost-build` from 0.14.3 to 0.14.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.14.3...v0.14.4) Updates `pbjson-types` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: proto - dependency-name: prost-build dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: proto - dependency-name: pbjson-types dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: proto ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b81ff8 commit a785c34

5 files changed

Lines changed: 29 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pbjson = { version = "0.9.0" }
187187
pbjson-types = "0.9"
188188
pin-project = "1"
189189
# Should match arrow-flight's version of prost.
190-
prost = "0.14.1"
190+
prost = "0.14.4"
191191
rand = "0.9"
192192
recursive = "0.1.1"
193193
regex = "1.12"

datafusion/proto-common/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ workspace = true
3838
[dependencies]
3939
# Pin these dependencies so that the generated output is deterministic
4040
pbjson-build = "=0.9.0"
41-
prost-build = "=0.14.3"
41+
prost-build = "=0.14.4"

datafusion/proto-models/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ workspace = true
3838
[dependencies]
3939
# Pin these dependencies so that the generated output is deterministic
4040
pbjson-build = "=0.9.0"
41-
prost-build = "=0.14.3"
41+
prost-build = "=0.14.4"

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ half = { workspace = true }
4242
itertools = { workspace = true }
4343
object_store = { workspace = true }
4444
# We need to match the version in substrait, so we don't use the workspace version here
45-
pbjson-types = { version = "0.8.0" }
45+
pbjson-types = { version = "0.9.0" }
4646
prost = { workspace = true }
4747
substrait = { version = "0.63.0", features = ["serde"] }
4848
url = { workspace = true }

0 commit comments

Comments
 (0)