Skip to content

Commit c23d921

Browse files
Update pbjson-types requirement from 0.6 to 0.9
Updates the requirements on [pbjson-types](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-types dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit c23d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ chrono = { workspace = true }
3838
datafusion = { workspace = true, default-features = true }
3939
itertools = { workspace = true }
4040
object_store = { workspace = true }
41-
pbjson-types = "0.6"
41+
pbjson-types = "0.9"
4242
prost = "0.12"
4343
substrait = { version = "0.36.0", features = ["serde"] }
4444
url = { workspace = true }

0 commit comments

Comments
 (0)