Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu committed Sep 23, 2024
1 parent ecc1475 commit bee43a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/runtime/action-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ bytes.workspace = true
cesiumtiles.workspace = true
csv.workspace = true
earcut.workspace = true
flate2 = "1.0.28"
geojson.workspace = true
hashbrown = { version = "0.14.3", features = ["serde"] }
image.workspace = true
indexmap.workspace = true
itertools.workspace = true
once_cell.workspace = true
petgraph.workspace = true
prost = "0.12.3"
rayon.workspace = true
regex.workspace = true
rhai.workspace = true
Expand All @@ -52,9 +55,6 @@ tokio.workspace = true
tracing.workspace = true
url.workspace = true
uuid.workspace = true
flate2 = "1.0.28"
hashbrown = { version = "0.14.3", features = ["serde"] }
prost = "0.12.3"

[dev-dependencies]
bytes.workspace = true

0 comments on commit bee43a1

Please sign in to comment.