diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-08 18:46:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 18:46:14 +0200 |
| commit | 4e70ff80c2f630875b73c9010d959b518a977715 (patch) | |
| tree | adf2f066d97fbc997e4f501fd2de0489dee5f8f7 /op_crates/web | |
| parent | d050b491b10fe37b4461b37c56028a14c8674c95 (diff) | |
chore: update deps (#10058)
This commit updates crate dependencies.
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" |
