summaryrefslogtreecommitdiff
path: root/test_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'test_plugin')
-rw-r--r--test_plugin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml
index 0d7d49e9f..6830f33fe 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -11,8 +11,8 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-futures = "0.3.8"
deno_core = { path = "../core" }
+futures = "0.3.9"
[dev-dependencies]
test_util = { path = "../test_util" }