chore(deps): remove sqlx pg feature in greptimedb build (#7172)

* chore(deps): remove sqlx pg feature in greptimedb build

* fix: ci
This commit is contained in:
fys
2025-11-04 02:49:00 +08:00
committed by GitHub
parent b7e834ab92
commit 013d61acbb
5 changed files with 14 additions and 11 deletions

View File

@@ -219,12 +219,7 @@ similar-asserts = "1.6.0"
smallvec = { version = "1", features = ["serde"] }
snafu = "0.8"
sqlparser = { version = "0.58.0", default-features = false, features = ["std", "visitor", "serde"] }
sqlx = { version = "0.8", features = [
"runtime-tokio-rustls",
"mysql",
"postgres",
"chrono",
] }
sqlx = { version = "0.8", default-features = false, features = ["any", "macros", "json", "runtime-tokio-rustls"] }
strum = { version = "0.27", features = ["derive"] }
sysinfo = "0.33"
tempfile = "3"