Skip to content

Commit 2f915ce

Browse files
Update pbjson-build requirement from =0.6.2 to =0.9.0
Updates the requirements on [pbjson-build](https://github.com/influxdata/pbjson) to permit the latest version. - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: pbjson-build dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 780cccb commit 2f915ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/proto-common/gen/Cargo.toml

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

3535
[dependencies]
3636
# Pin these dependencies so that the generated output is deterministic
37-
pbjson-build = "=0.6.2"
37+
pbjson-build = "=0.9.0"
3838
prost-build = "=0.12.6"

datafusion/proto/gen/Cargo.toml

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

3535
[dependencies]
3636
# Pin these dependencies so that the generated output is deterministic
37-
pbjson-build = "=0.6.2"
37+
pbjson-build = "=0.9.0"
3838
prost-build = "=0.12.6"

0 commit comments

Comments
 (0)