diff options
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 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] |
