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 279bdd47f..7ac50deb8 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -19,4 +19,4 @@ idna = "0.2.0" serde = { version = "1.0.116", features = ["derive"] } [dev-dependencies] -futures = "0.3.8" +futures = "0.3.9" |