summaryrefslogtreecommitdiff
path: root/test_plugin
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-07 15:51:23 -0500
committerGitHub <noreply@github.com>2020-03-07 15:51:23 -0500
commit18076db8f004d70340a7a4317e0ac14c2ca56dee (patch)
treed1f130c4a76a200176e56e65c688143e7138b03c /test_plugin
parent88b77da25ca43651a9feb178a5c8d916d983e0a2 (diff)
upgrade rust dependencies (#4270)
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 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" }