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/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new f6450e247c MINOR: use workspace deps in proto-common (#10848)
f6450e247c is described below

commit f6450e247cd664d59d5acd2754820b79b67d3681
Author: Ruihang Xia <[email protected]>
AuthorDate: Mon Jun 10 22:46:01 2024 +0800

    MINOR: use workspace deps in proto-common (#10848)
    
    Signed-off-by: Ruihang Xia <[email protected]>
---
 datafusion/proto-common/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/datafusion/proto-common/Cargo.toml 
b/datafusion/proto-common/Cargo.toml
index 278d395cf1..97568fb5f6 100644
--- a/datafusion/proto-common/Cargo.toml
+++ b/datafusion/proto-common/Cargo.toml
@@ -43,12 +43,12 @@ json = ["serde", "serde_json", "pbjson"]
 arrow = { workspace = true }
 chrono = { workspace = true }
 datafusion-common = { workspace = true }
-object_store = { version = "0.9.0" }
+object_store = { workspace = true }
 pbjson = { version = "0.6.0", optional = true }
 prost = "0.12.0"
 serde = { version = "1.0", optional = true }
-serde_json = { version = "1.0", optional = true }
+serde_json = { workspace = true, optional = true }
 
 [dev-dependencies]
-doc-comment = "0.3"
-tokio = "1.18"
+doc-comment = { workspace = true }
+tokio = { workspace = true }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to