From 18076db8f004d70340a7a4317e0ac14c2ca56dee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 7 Mar 2020 15:51:23 -0500 Subject: upgrade rust dependencies (#4270) --- 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 d9dce0434..5dcfb61ed 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -9,6 +9,6 @@ publish = false crate-type = ["cdylib"] [dependencies] -futures = "0.3.1" +futures = "0.3.4" deno_core = { path = "../core" } deno = { path = "../cli" } -- cgit v1.2.3