Skip to content

Commit adc8b2f

Browse files
chore(deps): bump the proto group with 3 updates
Bumps the proto group with 3 updates: [pbjson](https://github.com/influxdata/pbjson), [pbjson-types](https://github.com/influxdata/pbjson) and [pbjson-build](https://github.com/influxdata/pbjson). Updates `pbjson` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) Updates `pbjson-types` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) Updates `pbjson-build` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: pbjson dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: pbjson-build dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: proto ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd12d51 commit adc8b2f

File tree

4 files changed

+53
-16
lines changed

4 files changed

+53
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ parquet = { version = "57.1.0", default-features = false, features = [
172172
"object_store",
173173
] }
174174
paste = "1.0.15"
175-
pbjson = { version = "0.8.0" }
176-
pbjson-types = "0.8"
175+
pbjson = { version = "0.9.0" }
176+
pbjson-types = "0.9"
177177
# Should match arrow-flight's version of prost.
178178
prost = "0.14.1"
179179
rand = "0.9"

datafusion/proto-common/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ workspace = true
3737

3838
[dependencies]
3939
# Pin these dependencies so that the generated output is deterministic
40-
pbjson-build = "=0.8.0"
40+
pbjson-build = "=0.9.0"
4141
prost-build = "=0.14.1"

datafusion/proto/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ workspace = true
3737

3838
[dependencies]
3939
# Pin these dependencies so that the generated output is deterministic
40-
pbjson-build = "=0.8.0"
40+
pbjson-build = "=0.9.0"
4141
prost-build = "=0.14.1"

0 commit comments

Comments
 (0)