diff --git a/sea-query-binder/Cargo.toml b/sea-query-binder/Cargo.toml index b7da2093..7799fd09 100644 --- a/sea-query-binder/Cargo.toml +++ b/sea-query-binder/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.60" [dependencies] sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false, features = ["thread-safe"] } -sqlx = { version = "<0.8.1", default-features = false, optional = true } +sqlx = { version = "0.8", default-features = false, optional = true } serde_json = { version = "1", default-features = false, optional = true, features = ["std"] } chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] } rust_decimal = { version = "1", default-features = false, optional = true }