diff options
Diffstat (limited to 'op_crates/web')
-rw-r--r-- | op_crates/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index 020763d51..8d0a6b852 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -17,4 +17,4 @@ path = "lib.rs" deno_core = { version = "0.83.0", path = "../../core" } [dev-dependencies] -futures = "0.3.12" +futures = "0.3.13" |