mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 02:40:38 +00:00
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -12728,7 +12728,6 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"snafu 0.8.6",
|
||||
"sqlness",
|
||||
"tar",
|
||||
"tempfile",
|
||||
|
||||
@@ -8,6 +8,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait.workspace = true
|
||||
clap.workspace = true
|
||||
client = { workspace = true, features = ["testing"] }
|
||||
@@ -22,6 +23,7 @@ local-ip-address = "0.6"
|
||||
mysql = { version = "26", default-features = false, features = ["minimal", "rustls-tls-ring"] }
|
||||
num_cpus = "1.16"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
|
||||
semver = "1.0"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sha2 = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user