diff --git a/crates/catalog/sql/Cargo.toml b/crates/catalog/sql/Cargo.toml index 01a123f89..1c1c7244f 100644 --- a/crates/catalog/sql/Cargo.toml +++ b/crates/catalog/sql/Cargo.toml @@ -40,11 +40,11 @@ opendal = { workspace = true } serde = { workspace = true } serde_derive = { workspace = true } serde_json = { workspace = true } +sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false } typed-builder = { workspace = true } url = { workspace = true } urlencoding = { workspace = true } uuid = { workspace = true, features = ["v4"] } -sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false } [dev-dependencies] iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }