Skip to content

Commit 50ff065

Browse files
Update pbjson-build requirement from 0.3 to 0.4
Updates the requirements on [pbjson-build](https://github.com/influxdata/pbjson) to permit the latest version. - [Release notes](https://github.com/influxdata/pbjson/releases) - [Commits](influxdata/pbjson@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: pbjson-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d981da commit 50ff065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ doc-comment = "0.3"
5252
tokio = "1.18"
5353

5454
[build-dependencies]
55-
pbjson-build = { version = "0.3", optional = true }
55+
pbjson-build = { version = "0.4", optional = true }
5656
prost-build = { version = "0.11.1" }

0 commit comments

Comments
 (0)