mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
build(deps): merge tower deps to workspace (#4036)
Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -172,6 +172,7 @@ tokio-stream = { version = "0.1" }
|
||||
tokio-util = { version = "0.7", features = ["io-util", "compat"] }
|
||||
toml = "0.8.8"
|
||||
tonic = { version = "0.11", features = ["tls", "gzip", "zstd"] }
|
||||
tower = { version = "0.4" }
|
||||
uuid = { version = "1.7", features = ["serde", "v4", "fast-rng"] }
|
||||
zstd = "0.13"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ prost.workspace = true
|
||||
snafu.workspace = true
|
||||
tokio.workspace = true
|
||||
tonic.workspace = true
|
||||
tower = "0.4"
|
||||
tower.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4"
|
||||
|
||||
@@ -68,5 +68,5 @@ datanode.workspace = true
|
||||
futures = "0.3"
|
||||
meta-srv = { workspace = true, features = ["mock"] }
|
||||
strfmt = "0.2"
|
||||
tower = "0.4"
|
||||
tower.workspace = true
|
||||
uuid.workspace = true
|
||||
|
||||
@@ -27,6 +27,6 @@ tonic.workspace = true
|
||||
datatypes.workspace = true
|
||||
futures = "0.3"
|
||||
meta-srv = { workspace = true, features = ["mock"] }
|
||||
tower = "0.4"
|
||||
tower.workspace = true
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
@@ -55,7 +55,7 @@ tokio.workspace = true
|
||||
tokio-stream = { workspace = true, features = ["net"] }
|
||||
toml.workspace = true
|
||||
tonic.workspace = true
|
||||
tower = "0.4"
|
||||
tower.workspace = true
|
||||
typetag = "0.2"
|
||||
url = "2.3"
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ tokio-rustls = "0.25"
|
||||
tokio-stream = { workspace = true, features = ["net"] }
|
||||
tonic.workspace = true
|
||||
tonic-reflection = "0.11"
|
||||
tower = { version = "0.4", features = ["full"] }
|
||||
tower = { workspace = true, features = ["full"] }
|
||||
tower-http = { version = "0.4", features = ["full"] }
|
||||
urlencoding = "2.1"
|
||||
zstd.workspace = true
|
||||
|
||||
@@ -73,7 +73,7 @@ time = "0.3"
|
||||
tokio.workspace = true
|
||||
tokio-stream = { workspace = true, features = ["net"] }
|
||||
tonic.workspace = true
|
||||
tower = "0.4"
|
||||
tower.workspace = true
|
||||
uuid.workspace = true
|
||||
zstd.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user