From 8d12653738066facfc228b1d0d9e31b76c6d9de0 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 25 Nov 2020 00:38:23 +0100 Subject: core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273) --- test_plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_plugin') diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml index b9be58dad..e7eb3932c 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -11,7 +11,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -futures = "0.3.5" +futures = "0.3.8" deno_core = { path = "../core" } [dev-dependencies] -- cgit v1.2.3