From 275a5c65a20529cd4a3d775b8d8c6e9b261c76b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 12 Jan 2021 08:50:02 +0100 Subject: upgrade: tokio 1.0 (#8779) Co-authored-by: Bert Belder --- 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 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" } -- cgit v1.2.3