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:
Ruihang Xia
2023-01-29 11:13:37 +08:00
committed by GitHub
parent 637837ae44
commit 36a13dafb7
14 changed files with 15 additions and 18 deletions

View File

@@ -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"