summaryrefslogtreecommitdiff
path: root/test_plugin
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-05-17 14:44:40 +0200
committerGitHub <noreply@github.com>2021-05-17 14:44:40 +0200
commit94eabfeeba3849a5d3a853eca337e0628f4524e1 (patch)
tree41ba7869fc9228fd626d76586977b8307147ce8e /test_plugin
parent30b2779bb6239f7a59d64cec65637d83118f3c8f (diff)
chore: update dependencies (#10660)
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 439559dca..53a94c473 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
deno_core = { path = "../core" }
-futures = "0.3.9"
+futures = "0.3.15"
serde = "1"
[dev-dependencies]