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 704cee831..3787579a8 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -9,5 +9,5 @@ publish = false crate-type = ["cdylib"] [dependencies] -futures = "0.3.4" +futures = "0.3.5" deno_core = { path = "../core" } |