Skip to content

Commit

Permalink
Remove unused dependencies (vercel#2934)
Browse files Browse the repository at this point in the history
* Remove unused dependencies

* Add back lazy static as a dev dep

* Add back bench dependencies
  • Loading branch information
alexkirsz authored Dec 6, 2022
1 parent 4992b43 commit c67b8c6
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 157 deletions.
103 changes: 7 additions & 96 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/next-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ bench = false
anyhow = "1.0.47"
indexmap = { workspace = true, features = ["serde"] }
mime = "0.3.16"
rand = "0.8.5"
serde = "1.0.136"
serde_json = "1.0.85"
tokio = { version = "1.21.2", features = ["full"] }
turbo-tasks = { path = "../turbo-tasks" }
turbo-tasks-env = { path = "../turbo-tasks-env" }
turbo-tasks-fs = { path = "../turbo-tasks-fs" }
turbo-tasks-hash = { path = "../turbo-tasks-hash" }
turbopack = { path = "../turbopack" }
turbopack-core = { path = "../turbopack-core" }
turbopack-dev-server = { path = "../turbopack-dev-server" }
Expand Down
Loading

0 comments on commit c67b8c6

Please sign in to comment.