Skip to content

Commit

Permalink
chore: fix toml format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Jun 14, 2024
1 parent 12c3e04 commit 42d927c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ api.workspace = true
arrow.workspace = true
async-trait.workspace = true
catalog.workspace = true
chrono.workspace = true
chrono-tz = "0.9.0"
chrono.workspace = true
common-catalog.workspace = true
common-error.workspace = true
common-function.workspace = true
Expand All @@ -28,16 +28,17 @@ common-telemetry.workspace = true
common-time.workspace = true
crossbeam-utils.workspace = true
csv = "1.3.0"
datafusion.workspace = true
datafusion-common.workspace = true
datafusion-expr.workspace = true
datafusion-functions.workspace = true
datafusion-physical-expr.workspace = true
datafusion.workspace = true
datatypes.workspace = true
futures.workspace = true
greptime-proto.workspace = true
itertools.workspace = true
lazy_static.workspace = true
moka = { workspace = true, features = ["sync"] }
once_cell.workspace = true
operator.workspace = true
paste.workspace = true
Expand All @@ -52,7 +53,6 @@ table.workspace = true
tokio.workspace = true
urlencoding = "2.1"
yaml-rust = "0.4"
moka = { workspace = true, features = ["sync"] }

[dev-dependencies]
catalog = { workspace = true, features = ["testing"] }
Expand Down

0 comments on commit 42d927c

Please sign in to comment.