Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MINOR: use workspace deps in proto-common
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Jun 10, 2024
commit a7ae202c726d249ee4180d429613e8395460f9c5
8 changes: 4 additions & 4 deletions datafusion/proto-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }