Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 4, 2024
1 parent d4a0d71 commit 8c88e5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ keywords = ["iceberg", "sql", "catalog"]
anyhow = "1"
async-trait = { workspace = true }
chrono = { workspace = true }
dashmap = "5.5.3"
futures = { workspace = true }
iceberg = { workspace = true }
log = "0.4.20"
opendal = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
typed-builder = { workspace = true }
url = { workspace = true }
urlencoding = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
dashmap = "5.5.3"
futures = { workspace = true }
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
url = { workspace = true }
opendal = { workspace = true }

[dev-dependencies]
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
Expand Down

0 comments on commit 8c88e5c

Please sign in to comment.