@@ -40,23 +40,8 @@ strip = true
40
40
# ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace
41
41
[workspace .dependencies ]
42
42
async-recursion = " 1.0.2"
43
- # Keep consistent with preset_env_base through swc_core
44
- browserslist-rs = { version = " 0.16.0" }
45
43
miette = { version = " 5.10.0" , features = [" fancy" ] }
46
44
markdown = " 1.0.0-alpha.18"
47
- mdxjs = " 0.2.5"
48
- modularize_imports = { version = " 0.68.7" }
49
- styled_components = { version = " 0.96.6" }
50
- styled_jsx = { version = " 0.73.10" }
51
- swc_core = { version = " 0.96.9" , features = [
52
- " ecma_loader_lru" ,
53
- " ecma_loader_parking_lot" ,
54
- ] }
55
- swc_emotion = { version = " 0.72.6" }
56
- swc_relay = { version = " 0.44.5" }
57
- testing = { version = " 0.36.0" }
58
- # Temporary: Reference the latest git minor version of pathfinder_simd until it's published.
59
- pathfinder_simd = " 0.5.3"
60
45
61
46
turbo-updater = { path = " crates/turborepo-updater" }
62
47
turbopath = { path = " crates/turborepo-paths" }
@@ -85,13 +70,6 @@ turborepo-vt100 = { path = "crates/turborepo-vt100" }
85
70
# and some aren't buildable with rustls.
86
71
reqwest = { version = " =0.11.17" , default-features = false }
87
72
88
- chromiumoxide = { version = " 0.5.0" , features = [
89
- " tokio-runtime" ,
90
- ], default-features = false }
91
- # For matching on errors from chromiumoxide. Keep in
92
- # sync with chromiumoxide's tungstenite requirement.
93
- tungstenite = " 0.18.0"
94
-
95
73
anyhow = " 1.0.69"
96
74
assert_cmd = " 2.0.8"
97
75
async-compression = { version = " 0.3.13" , default-features = false , features = [
@@ -116,7 +94,6 @@ clap_complete = "4.5.24"
116
94
concurrent-queue = " 2.5.0"
117
95
console = " 0.15.5"
118
96
console-subscriber = " 0.1.8"
119
- criterion = " 0.4.0"
120
97
crossbeam-channel = " 0.5.8"
121
98
dashmap = " 5.4.0"
122
99
derive_setters = " 0.1.6"
@@ -127,40 +104,30 @@ futures = "0.3.26"
127
104
futures-retry = " 0.6.0"
128
105
hex = " 0.4.3"
129
106
httpmock = { version = " 0.6.8" , default-features = false }
130
- image = { version = " 0.25.0" , default-features = false }
131
107
indexmap = " 1.9.2"
132
108
indicatif = " 0.17.3"
133
109
indoc = " 2.0.0"
134
110
itertools = " 0.10.5"
135
111
lazy_static = " 1.4.0"
136
- lightningcss = { version = " 1.0.0-alpha.57" , features = [
137
- " serde" ,
138
- " visitor" ,
139
- " into_owned" ,
140
- ] }
141
112
merge = " 0.1.0"
142
113
mime = " 0.3.16"
143
114
notify = " 6.1.1"
144
115
once_cell = " 1.17.1"
145
116
owo-colors = " 3.5.0"
146
- parcel_selectors = " 0.26.0"
147
117
parking_lot = " 0.12.1"
148
118
path-clean = " 1.0.1"
149
119
pathdiff = " 0.2.1"
150
120
petgraph = " 0.6.3"
151
121
pin-project-lite = " 0.2.9"
152
122
port_scanner = " 0.1.5"
153
- postcard = " 1.0.4"
154
123
predicates = " 2.1.5"
155
124
pretty_assertions = " 1.3.0"
156
125
proc-macro2 = " 1.0.79"
157
- qstring = " 0.7.2"
158
126
quote = " 1.0.23"
159
127
radix_trie = " 0.2.1"
160
128
rand = " 0.8.5"
161
129
ratatui = " 0.26.1"
162
130
regex = " 1.7.0"
163
- rstest = " 0.16.0"
164
131
rustc-hash = " 1.1.0"
165
132
semver = " 1.0.16"
166
133
serde = { version = " 1.0.152" , features = [" derive" ] }
@@ -175,7 +142,6 @@ smallvec = { version = "1.13.1", features = [
175
142
" union" ,
176
143
" const_new" ,
177
144
] }
178
- sourcemap = " 8.0.1"
179
145
syn = " 1.0.107"
180
146
tempfile = " 3.3.0"
181
147
test-case = " 3.0.0"
@@ -186,11 +152,9 @@ tokio-util = { version = "0.7.7", features = ["io"] }
186
152
tracing = " 0.1.37"
187
153
tracing-appender = " 0.2.2"
188
154
tracing-subscriber = " 0.3.16"
189
- triomphe = " 0.1.13"
190
155
tui-term = { version = " =0.1.9" , default-features = false }
191
156
url = " 2.2.2"
192
157
urlencoding = " 2.1.2"
193
158
webbrowser = " 0.8.7"
194
159
which = " 4.4.0"
195
160
unicode-segmentation = " 1.10.1"
196
- unsize = " 1.1.0"
0 commit comments