summaryrefslogtreecommitdiff
path: root/test_plugin
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-01-05 17:41:54 +0100
committerBert Belder <bertbelder@gmail.com>2020-01-05 23:12:35 +0100
commit52a0f3a5ef7e83a3abe18263caef9a82ec003944 (patch)
treeee6029c985de58118b7edf560f6226f03361814d /test_plugin
parenta29eeaf326681fc44eefa099ba04c525e5af5010 (diff)
Upgrade rust crates and modernize hyper_hello (#3606)
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 902a463cf..d9dce0434 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -9,6 +9,6 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-futures = "0.3"
+futures = "0.3.1"
deno_core = { path = "../core" }
deno = { path = "../cli" }