Skip to content

Commit 8f6f260

Browse files
committed
Remove obsolete prost compatibility alias
1 parent ec8c78e commit 8f6f260

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

crates/arroyo-datastream/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ bincode = { workspace = true, features = ["serde"]}
1515
rand = { workspace = true }
1616
anyhow = { workspace = true }
1717
prost = {workspace = true}
18-
prost14 = { package = "prost", version = "0.14" }
1918
serde_json = { workspace = true }
2019
strum = { workspace = true }
2120
datafusion-proto = { workspace = true }

crates/arroyo-datastream/src/logical.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use petgraph::dot::Dot;
1313
use petgraph::graph::DiGraph;
1414
use petgraph::prelude::EdgeRef;
1515
use prost::Message;
16-
use prost14::Message as DataFusionProtoMessage;
1716
use rand::distr::Alphanumeric;
1817
use rand::prelude::SmallRng;
1918
use rand::{Rng, SeedableRng};

0 commit comments

Comments
 (0)