Skip to content

Commit 3ae6613

Browse files
committed
downgrade prost
1 parent 40242b4 commit 3ae6613

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/proto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ json = ["serde", "pbjson"]
4545
arrow = { workspace = true }
4646
datafusion-common = { workspace = true }
4747
pbjson = { workspace = true, optional = true }
48-
prost = { workspace = true }
48+
prost = { version = "0.13" }
4949
serde = { version = "1.0", optional = true }
5050

5151
[dev-dependencies]

datafusion/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ datafusion-physical-plan = { workspace = true }
6868
datafusion-proto-common = { workspace = true }
6969
object_store = { workspace = true }
7070
pbjson = { workspace = true, optional = true }
71-
prost = { workspace = true }
71+
prost = { version = "0.13" }
7272
serde = { version = "1.0", optional = true }
7373
serde_json = { workspace = true, optional = true }
7474

0 commit comments

Comments
 (0)