chore(napi): upgrade tokio
This commit is contained in:
parent
cc56285656
commit
c39b364319
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ version = "0.3"
|
|||
[dependencies.tokio]
|
||||
features = ["rt", "rt-multi-thread", "sync"]
|
||||
optional = true
|
||||
version = "1.1"
|
||||
version = "1"
|
||||
|
||||
[dependencies.once_cell]
|
||||
optional = true
|
||||
|
|
|
@ -19,7 +19,7 @@ serde = "1"
|
|||
serde_bytes = "0.11"
|
||||
serde_derive = "1"
|
||||
serde_json = "1"
|
||||
tokio = {version = "1.1", features = ["default", "fs"]}
|
||||
tokio = {version = "1", features = ["default", "fs"]}
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = {path = "../build"}
|
||||
|
|
Loading…
Reference in a new issue