Skip to content

Commit 5bac678

Browse files
committed
build: update tokio version
1 parent d1610d6 commit 5bac678

File tree

2 files changed

+32
-55
lines changed

2 files changed

+32
-55
lines changed

Cargo.lock

+31-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.64"
99
async-graphql = "2.0"
1010
warp = "0.3.0"
1111
async-graphql-warp = "2.1.0"
12-
tokio = { version = "0.2", features = ["macros", "fs"] }
12+
tokio = { version = "1.21", features = ["rt", "rt-multi-thread", "macros", "fs"] }
1313
http = "0.2"
1414
thiserror = "1.0"
1515
dashmap = "3.11"

0 commit comments

Comments
 (0)