diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 90ef5aea..2f483742 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -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 diff --git a/test_module/Cargo.toml b/test_module/Cargo.toml index 8003411a..5b8a6d11 100644 --- a/test_module/Cargo.toml +++ b/test_module/Cargo.toml @@ -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"}