Skip to content

Commit

Permalink
Minor: update pbjson_dependency (#8470)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Dec 13, 2023
1 parent 2bc67ef commit 0678a69
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 @@ -47,7 +47,7 @@ datafusion = { path = "../core", version = "33.0.0" }
datafusion-common = { workspace = true }
datafusion-expr = { workspace = true }
object_store = { workspace = true }
pbjson = { version = "0.5", optional = true }
pbjson = { version = "0.6.0", optional = true }
prost = "0.12.0"
serde = { version = "1.0", optional = true }
serde_json = { workspace = true, optional = true }
Expand Down

0 comments on commit 0678a69

Please sign in to comment.