From 7126e8063ac640e2720d3f04165a3083531434ba Mon Sep 17 00:00:00 2001 From: fanng Date: Sun, 25 Aug 2024 21:17:41 +0800 Subject: [PATCH] Update sqlx from 0.8.0 to 0.8.1 --- crates/catalog/sql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/catalog/sql/Cargo.toml b/crates/catalog/sql/Cargo.toml index 03a3f2f6f6..4a88e75b4d 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]