mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
* build(deps): upgrade promql-parser to 0.4 Signed-off-by: tison <wander4096@gmail.com> * lock Signed-off-by: tison <wander4096@gmail.com> * catch up upgrades Signed-off-by: tison <wander4096@gmail.com> * concise method Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
41 lines
966 B
TOML
41 lines
966 B
TOML
[package]
|
|
name = "promql"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
ahash.workspace = true
|
|
async-recursion = "1.0"
|
|
async-trait.workspace = true
|
|
bytemuck.workspace = true
|
|
catalog.workspace = true
|
|
common-catalog.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-query.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-telemetry.workspace = true
|
|
datafusion.workspace = true
|
|
datafusion-expr.workspace = true
|
|
datafusion-functions.workspace = true
|
|
datatypes.workspace = true
|
|
futures = "0.3"
|
|
greptime-proto.workspace = true
|
|
itertools.workspace = true
|
|
lazy_static.workspace = true
|
|
prometheus.workspace = true
|
|
promql-parser.workspace = true
|
|
prost.workspace = true
|
|
session.workspace = true
|
|
snafu.workspace = true
|
|
table.workspace = true
|
|
|
|
[dev-dependencies]
|
|
query.workspace = true
|
|
session = { workspace = true, features = ["testing"] }
|
|
tokio.workspace = true
|