chore(napi): upgrade tokio to 1.1

This commit is contained in:
LongYinan 2021-02-01 18:10:05 +08:00
parent fc72ec468b
commit 2775b47e33
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ version = "0.3"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "sync"]
optional = true
version = "1.0"
version = "1.1"
[dependencies.once_cell]
optional = true

View file

@ -19,7 +19,7 @@ serde = "1"
serde_bytes = "0.11"
serde_derive = "1"
serde_json = "1"
tokio = {version = "1.0", features = ["default", "fs"]}
tokio = {version = "1.1", features = ["default", "fs"]}
[build-dependencies]
napi-build = {path = "../build"}