diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-30 05:35:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 11:35:44 +0200 |
commit | dad551a3a77346d190663003e366dd94ce46626d (patch) | |
tree | d70c2c892eb04eac43e8370c013ef6f5df4531fd /test_plugin | |
parent | a82f24e9a8d269d43e32af10ae9cb6fd9bf88d9f (diff) |
upgrade: Rust crates (#5959)
Diffstat (limited to 'test_plugin')
-rw-r--r-- | test_plugin/Cargo.toml | 2 |
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" } |