Skip to content

Commit

Permalink
MINOR: use workspace deps in proto-common
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Jun 10, 2024
1 parent 9503456 commit a7ae202
Showing 1 changed file with 4 additions and 4 deletions.
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 }

0 comments on commit a7ae202

Please sign in to comment.