Skip to content

Commit

Permalink
Update pbjson-types requirement from 0.3 to 0.5 (#3560)
Browse files Browse the repository at this point in the history
Updates the requirements on [pbjson-types](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-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2022
1 parent 67a3bc2 commit 6be3301
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 @@ -42,7 +42,7 @@ 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.5", optional = true }
pbjson-types = { version = "0.3", optional = true }
pbjson-types = { version = "0.5", optional = true }
prost = "0.11.0"
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 6be3301

Please sign in to comment.