Skip to content

Commit

Permalink
Update pbjson requirement from 0.3 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [pbjson](https://github.com/influxdata/pbjson) to permit the latest version.
- [Release notes](https://github.com/influxdata/pbjson/releases)
- [Commits](https://github.com/influxdata/pbjson/commits)

---
updated-dependencies:
- dependency-name: pbjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2022
1 parent 7fe5641 commit c8adf5f
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 @@ -41,7 +41,7 @@ arrow = "23.0.0"
datafusion = { path = "../core", version = "12.0.0" }
datafusion-common = { path = "../common", version = "12.0.0" }
datafusion-expr = { path = "../expr", version = "12.0.0" }
pbjson = { version = "0.3", optional = true }
pbjson = { version = "0.5", optional = true }
pbjson-types = { version = "0.3", optional = true }
prost = "0.11.0"
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit c8adf5f

Please sign in to comment.