소스 검색

use the workspace version of futures utils

ealmloff 1 년 전
부모
커밋
d83a6d683f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"