Skip to content

Commit

Permalink
arrange dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 4, 2024
1 parent edf50b4 commit be1ae08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ url = "2.2"
base64-compat = { package = "base64-compat", version = "1.0.0" }
time = "0.3.36"

prost = "0.12"
prost-types = "0.12"
bytes = "1.6.0"
prost-build = "0.12"

lazy_static = "1.4.0"
pest = "2.7.8"
pest_derive = "2.7.8"
Expand Down
8 changes: 4 additions & 4 deletions raphtory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ rpds = { workspace = true, optional = true }
thread_local = { workspace = true, optional = true }
pometry-storage = { workspace = true, optional = true }

prost = "0.12"
prost-types = "0.12"
bytes = "1.6.0"
prost = { workspace = true }
prost-types = { workspace = true }
bytes = { workspace = true }

[dev-dependencies]
csv = { workspace = true }
Expand All @@ -92,7 +92,7 @@ streaming-stats = { workspace = true }
proptest = { workspace = true }

[build-dependencies]
prost-build = { version = "0.12"}
prost-build = { workspace = true }

[features]
default = [
Expand Down

0 comments on commit be1ae08

Please sign in to comment.