This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 0678a69785 Minor: update pbjson_dependency (#8470)
0678a69785 is described below
commit 0678a6978528d0e2e1c85a1018b68ed974eb45cf
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Dec 13 13:55:13 2023 -0500
Minor: update pbjson_dependency (#8470)
---
datafusion/proto/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml
index 4dda689fff..fbd412aeda 100644
--- a/datafusion/proto/Cargo.toml
+++ b/datafusion/proto/Cargo.toml
@@ -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 }