mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 04:12:55 +00:00
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:
@@ -219,12 +219,7 @@ similar-asserts = "1.6.0"
|
|||||||
smallvec = { version = "1", features = ["serde"] }
|
smallvec = { version = "1", features = ["serde"] }
|
||||||
snafu = "0.8"
|
snafu = "0.8"
|
||||||
sqlparser = { version = "0.58.0", default-features = false, features = ["std", "visitor", "serde"] }
|
sqlparser = { version = "0.58.0", default-features = false, features = ["std", "visitor", "serde"] }
|
||||||
sqlx = { version = "0.8", features = [
|
sqlx = { version = "0.8", default-features = false, features = ["any", "macros", "json", "runtime-tokio-rustls"] }
|
||||||
"runtime-tokio-rustls",
|
|
||||||
"mysql",
|
|
||||||
"postgres",
|
|
||||||
"chrono",
|
|
||||||
] }
|
|
||||||
strum = { version = "0.27", features = ["derive"] }
|
strum = { version = "0.27", features = ["derive"] }
|
||||||
sysinfo = "0.33"
|
sysinfo = "0.33"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|||||||
@@ -77,7 +77,10 @@ serde_json.workspace = true
|
|||||||
serde_with.workspace = true
|
serde_with.workspace = true
|
||||||
session.workspace = true
|
session.workspace = true
|
||||||
snafu.workspace = true
|
snafu.workspace = true
|
||||||
sqlx = { workspace = true, optional = true }
|
sqlx = { workspace = true, features = [
|
||||||
|
"mysql",
|
||||||
|
"chrono",
|
||||||
|
], optional = true }
|
||||||
store-api.workspace = true
|
store-api.workspace = true
|
||||||
strum.workspace = true
|
strum.workspace = true
|
||||||
table = { workspace = true, features = ["testing"] }
|
table = { workspace = true, features = ["testing"] }
|
||||||
|
|||||||
@@ -72,7 +72,10 @@ serde.workspace = true
|
|||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
servers.workspace = true
|
servers.workspace = true
|
||||||
snafu.workspace = true
|
snafu.workspace = true
|
||||||
sqlx = { workspace = true, optional = true }
|
sqlx = { workspace = true, features = [
|
||||||
|
"mysql",
|
||||||
|
"chrono",
|
||||||
|
], optional = true }
|
||||||
store-api.workspace = true
|
store-api.workspace = true
|
||||||
strum.workspace = true
|
strum.workspace = true
|
||||||
table.workspace = true
|
table.workspace = true
|
||||||
|
|||||||
@@ -53,7 +53,10 @@ serde_yaml = "0.9"
|
|||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
sql = { workspace = true }
|
sql = { workspace = true }
|
||||||
sqlparser.workspace = true
|
sqlparser.workspace = true
|
||||||
sqlx.workspace = true
|
sqlx = { workspace = true, features = [
|
||||||
|
"mysql",
|
||||||
|
"chrono",
|
||||||
|
] }
|
||||||
store-api = { workspace = true }
|
store-api = { workspace = true }
|
||||||
strum.workspace = true
|
strum.workspace = true
|
||||||
tinytemplate = "1.2"
|
tinytemplate = "1.2"
|
||||||
|
|||||||
@@ -73,8 +73,7 @@ session.workspace = true
|
|||||||
similar-asserts.workspace = true
|
similar-asserts.workspace = true
|
||||||
snafu.workspace = true
|
snafu.workspace = true
|
||||||
sql.workspace = true
|
sql.workspace = true
|
||||||
sqlx = { version = "0.8", features = [
|
sqlx = { workspace = true, features = [
|
||||||
"runtime-tokio-rustls",
|
|
||||||
"mysql",
|
"mysql",
|
||||||
"postgres",
|
"postgres",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
Reference in New Issue
Block a user