mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
build(deps): bump tokio to 1.24.2 (#900)
deps: bump tokio to 1.24.2 Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ session = { path = "../session" }
|
||||
snafu = { version = "0.7", features = ["backtraces"] }
|
||||
sql = { path = "../sql" }
|
||||
table = { path = "../table" }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tokio.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
log-store = { path = "../log-store" }
|
||||
@@ -72,5 +72,4 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
storage = { path = "../storage" }
|
||||
store-api = { path = "../store-api" }
|
||||
tempdir = "0.3"
|
||||
tokio = { version = "1.18", features = ["full"] }
|
||||
tokio-test = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user