Browse Source

use the workspace version of futures utils

ealmloff 1 year ago
parent
commit
d83a6d683f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/Cargo.toml

+ 1 - 1
packages/cli/Cargo.toml

@@ -24,7 +24,7 @@ serde_json = "1.0.79"
 toml = "0.5.8"
 fs_extra = "1.2.0"
 cargo_toml = "0.16.0"
-futures-util = "0.3.30"
+futures-util.workspace = true
 notify = { version = "5.0.0-pre.16", features = ["serde"] }
 html_parser  = { workspace = true }
 cargo_metadata = "0.15.0"