diff options
Diffstat (limited to 'test_plugin')
| -rw-r--r-- | test_plugin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml index 902a463cf..d9dce0434 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -9,6 +9,6 @@ publish = false crate-type = ["cdylib"] [dependencies] -futures = "0.3" +futures = "0.3.1" deno_core = { path = "../core" } deno = { path = "../cli" } |
