chore: use forked sqlness (#7664)

* use forked sqlness

Signed-off-by: discord9 <discord9@163.com>

* merge

Signed-off-by: discord9 <discord9@163.com>

---------

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-02-04 19:46:19 +08:00
committed by GitHub
parent 2dc4c294cf
commit f3882aac88
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -12710,7 +12710,7 @@ dependencies = [
[[package]]
name = "sqlness"
version = "0.6.1"
source = "git+https://github.com/CeresDB/sqlness.git?rev=bb91f31ff58993e07ea89845791235138283a24c#bb91f31ff58993e07ea89845791235138283a24c"
source = "git+https://github.com/GreptimeTeam/sqlness?rev=6bc85ce077a87756e68ef5a5cd5707071a9da380#6bc85ce077a87756e68ef5a5cd5707071a9da380"
dependencies = [
"async-trait",
"derive_builder 0.11.2",

View File

@@ -25,8 +25,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"
serde.workspace = true
serde_json.workspace = true
sha2 = "0.10"
# wait for https://github.com/CeresDB/sqlness/pull/71
sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "bb91f31ff58993e07ea89845791235138283a24c" }
sqlness = { git = "https://github.com/GreptimeTeam/sqlness", rev = "6bc85ce077a87756e68ef5a5cd5707071a9da380" }
tar = "0.4"
tempfile.workspace = true
tinytemplate = "1.2"