Skip to content

Commit 4174396

Browse files
committed
fix cargo sort
1 parent 6521aa2 commit 4174396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/e2e_test/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ rust-version = { workspace = true }
2727
[dependencies]
2828
arrow-array = { workspace = true }
2929
arrow-schema = { workspace = true }
30-
parquet = { workspace = true }
3130
futures = { workspace = true }
3231
iceberg = { workspace = true }
3332
iceberg-catalog-rest = { workspace = true }
3433
iceberg_test_utils = { path = "../test_utils", features = ["tests"] }
35-
tokio = { version = "1", features = ["full"] }
34+
log = { workspace = true }
35+
parquet = { workspace = true }
3636
port_scanner = { workspace = true }
37-
log = { workspace = true }
37+
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)