Skip to content

Commit

Permalink
Update pbjson-build requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2022
1 parent 9d981da commit 50ff065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ doc-comment = "0.3"
tokio = "1.18"

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

0 comments on commit 50ff065

Please sign in to comment.