Skip to content

Commit 6465608

Browse files
MINOR: use workspace deps in proto-common (apache#10848) (#258)
1 parent ab19cc8 commit 6465608

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

datafusion/proto-common/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ json = ["serde", "serde_json", "pbjson"]
4343
arrow = { workspace = true }
4444
chrono = { workspace = true }
4545
datafusion-common = { workspace = true }
46-
object_store = { version = "0.9.0" }
4746
pbjson = { version = "0.6.0", optional = true }
4847
prost = "0.12.0"
4948
serde = { version = "1.0", optional = true }
50-
serde_json = { version = "1.0", optional = true }
49+
serde_json = { workspace = true, optional = true }
5150

5251
[dev-dependencies]
53-
doc-comment = "0.3"
54-
tokio = "1.18"
52+
doc-comment = { workspace = true }
53+
tokio = { workspace = true }

0 commit comments

Comments
 (0)