mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-14 12:00:40 +00:00
* chore: update opendal version
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: update opendal version
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: fix test
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: grpc init
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: dep versions
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: remove aws-lc-rs in reqwest
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: rebase main and fix compile
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: remove unused deps
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* Revert "fix: remove aws-lc-rs in reqwest"
This reverts commit 90bfafca06.
* chore: remove aws-lc-sys from blacklist
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: fix sqlness
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: add tls deps
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: idemptent install in rds
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: test
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: use aws-lc-sys as possible
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: lint
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* fix: address comments
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
* chore: address CR issue
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: evenyag <realevenyag@gmail.com>
* fix: sync opendal compat adapter with upstream
Signed-off-by: evenyag <realevenyag@gmail.com>
* fix: address compat clippy warnings
Signed-off-by: evenyag <realevenyag@gmail.com>
---------
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: evenyag <realevenyag@gmail.com>
Co-authored-by: evenyag <realevenyag@gmail.com>
35 lines
996 B
TOML
35 lines
996 B
TOML
[package]
|
|
name = "sqlness-runner"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
clap.workspace = true
|
|
client = { workspace = true, features = ["testing"] }
|
|
common-error.workspace = true
|
|
common-query.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-time.workspace = true
|
|
datatypes = { workspace = true }
|
|
flate2 = "1.0"
|
|
hex = "0.4"
|
|
local-ip-address = "0.6"
|
|
mysql = { version = "26", default-features = false, features = ["minimal", "rustls-tls"] }
|
|
num_cpus = "1.16"
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream"] }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2 = "0.10"
|
|
sqlness = { git = "https://github.com/GreptimeTeam/sqlness", rev = "6bc85ce077a87756e68ef5a5cd5707071a9da380" }
|
|
tar = "0.4"
|
|
tempfile.workspace = true
|
|
tinytemplate = "1.2"
|
|
tokio.workspace = true
|
|
tokio-postgres = { workspace = true }
|
|
tokio-stream.workspace = true
|