marc2332 1 年之前
父节点
当前提交
63b82b279b
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      Cargo.lock
  2. 2 1
      packages/cli/Cargo.toml

+ 2 - 1
Cargo.lock

@@ -2476,7 +2476,7 @@ dependencies = [
  "fern",
  "flate2",
  "fs_extra",
- "futures",
+ "futures-util",
  "gitignore",
  "headers 0.3.9",
  "html_parser",
@@ -2500,6 +2500,7 @@ dependencies = [
  "tempfile",
  "thiserror",
  "tokio",
+ "toml 0.5.11",
  "toml_edit 0.19.15",
  "tower",
  "tower-http 0.2.5",

+ 2 - 1
packages/cli/Cargo.toml

@@ -21,9 +21,10 @@ log = "0.4.14"
 fern = { version = "0.6.0", features = ["colored"] }
 serde = { version = "1.0.136", features = ["derive"] }
 serde_json = "1.0.79"
+toml = "0.5.8"
 fs_extra = "1.2.0"
 cargo_toml = "0.16.0"
-futures = "0.3.21"
+futures-util = "0.3.30"
 notify = { version = "5.0.0-pre.16", features = ["serde"] }
 html_parser  = { workspace = true }
 cargo_metadata = "0.15.0"