summaryrefslogtreecommitdiff
path: root/test_plugin
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-30 05:35:44 -0400
committerGitHub <noreply@github.com>2020-05-30 11:35:44 +0200
commitdad551a3a77346d190663003e366dd94ce46626d (patch)
treed70c2c892eb04eac43e8370c013ef6f5df4531fd /test_plugin
parenta82f24e9a8d269d43e32af10ae9cb6fd9bf88d9f (diff)
upgrade: Rust crates (#5959)
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 704cee831..3787579a8 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -9,5 +9,5 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-futures = "0.3.4"
+futures = "0.3.5"
deno_core = { path = "../core" }