diff --git a/crates/catalog/sql/Cargo.toml b/crates/catalog/sql/Cargo.toml index 03a3f2f6f6..0819fb3efc 100644 --- a/crates/catalog/sql/Cargo.toml +++ b/crates/catalog/sql/Cargo.toml @@ -38,7 +38,7 @@ typed-builder = { workspace = true } iceberg_test_utils = { path = "../../test_utils", features = ["tests"] } itertools = { workspace = true } regex = "1.10.5" -sqlx = { version = "0.8.0", features = [ +sqlx = { version = "0.8.1", features = [ "tls-rustls", "runtime-tokio", "any",