We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba66665 commit f9c92b7Copy full SHA for f9c92b7
crates/catalog/sql/Cargo.toml
@@ -31,7 +31,7 @@ keywords = ["iceberg", "sql", "catalog"]
31
[dependencies]
32
async-trait = { workspace = true }
33
iceberg = { workspace = true }
34
-sqlx = { version = "0.8.0", features = ["any"], default-features = false }
+sqlx = { version = "0.8.1", features = ["any"], default-features = false }
35
typed-builder = { workspace = true }
36
37
[dev-dependencies]
0 commit comments