Skip to content

Commit

Permalink
more unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Apr 8, 2024
1 parent c2e9692 commit 110bfc0
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 92 deletions.
124 changes: 46 additions & 78 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion crates/turbopack-browser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ urlencoding = { workspace = true }
turbo-tasks = { workspace = true }
turbo-tasks-fs = { workspace = true }
turbo-tasks-hash = { workspace = true }
turbopack = { workspace = true }
turbopack-core = { workspace = true }
turbopack-ecmascript = { workspace = true }
turbopack-ecmascript-runtime = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/turbopack-cli-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ serde = { workspace = true, features = ["derive"] }
turbo-tasks = { workspace = true }
turbo-tasks-fs = { workspace = true }
turbopack-core = { workspace = true }
turbopack-ecmascript = { workspace = true }
turbopack-resolve = { workspace = true }

[build-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions crates/turbopack-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parking_lot = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_qs = { workspace = true }
#serde_qs = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
turbo-tasks = { workspace = true }
Expand All @@ -44,8 +44,8 @@ turbopack-core = { workspace = true }
turbopack-dev-server = { workspace = true }
turbopack-ecmascript = { workspace = true }
turbopack-resolve = { workspace = true }
url = { workspace = true }
urlencoding = { workspace = true }
#url = { workspace = true }
#urlencoding = { workspace = true }

[build-dependencies]
turbo-tasks-build = { workspace = true }
4 changes: 0 additions & 4 deletions crates/turbopack-resolve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ workspace = true

[dependencies]
anyhow = { workspace = true }
async-recursion = { workspace = true }
futures = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
lazy_static = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
turbo-tasks = { workspace = true }
turbo-tasks-env = { workspace = true }
turbo-tasks-fs = { workspace = true }
turbopack-core = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion crates/turbopack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ workspace = true
[dependencies]
anyhow = { workspace = true }
async-recursion = { workspace = true }
futures = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
lazy_static = { workspace = true }
regex = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/turborepo-filewatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ workspace = true

[dependencies]
futures = { version = "0.3.26" }
itertools = { workspace = true }
notify = { workspace = true }
thiserror = "1.0.38"
tokio = { workspace = true, features = ["full", "time"] }
Expand Down
2 changes: 0 additions & 2 deletions crates/turborepo-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ convert_case = "0.6.0"
crossterm = "0.26"
ctrlc = { version = "3.4.0", features = ["termination"] }
dialoguer = { workspace = true, features = ["fuzzy-select"] }
directories = "4.0.1"
dirs-next = "2.0.0"
dunce = { workspace = true }
either = { workspace = true }
Expand All @@ -63,7 +62,6 @@ go-parse-duration = "0.1.1"
hex = "0.4.3"
humantime = "2.1.0"
ignore = "0.4.22"
indicatif = { workspace = true }
itertools = { workspace = true }
jsonc-parser = { version = "0.21.0" }
lazy_static = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/turborepo-repository/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tracing.workspace = true
turbopath = { workspace = true }
turborepo-graph-utils = { path = "../turborepo-graph-utils" }
turborepo-lockfiles = { workspace = true }
turborepo-scm = { workspace = true }
wax = { workspace = true }
which = { workspace = true }

Expand Down

0 comments on commit 110bfc0

Please sign in to comment.