diff --git a/crates/catalog/sql/Cargo.toml b/crates/catalog/sql/Cargo.toml index 03a3f2f6f..4a88e75b4 100644 --- a/crates/catalog/sql/Cargo.toml +++ b/crates/catalog/sql/Cargo.toml @@ -31,7 +31,7 @@ keywords = ["iceberg", "sql", "catalog"] [dependencies] async-trait = { workspace = true } iceberg = { workspace = true } -sqlx = { version = "0.8.0", features = ["any"], default-features = false } +sqlx = { version = "0.8.1", features = ["any"], default-features = false } typed-builder = { workspace = true } [dev-dependencies]