We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc716a commit 4495d47Copy full SHA for 4495d47
Cargo.toml
@@ -204,6 +204,7 @@ sourcemap = "9.0.0"
204
strsim = "0.11.1"
205
syn = "1.0.107"
206
tempfile = "3.3.0"
207
+thread_local = "1.1.8"
208
thiserror = "1.0.48"
209
tiny-gradient = "0.1.0"
210
tokio = "1.25.0"
turbopack/crates/turbo-tasks-backend/Cargo.toml
@@ -40,7 +40,7 @@ smallvec = { workspace = true }
40
tokio = { workspace = true }
41
tokio-scoped = "0.2.0"
42
tracing = { workspace = true }
43
-thread_local = { version = "1.1.8" }
+thread_local = { workspace = true }
44
turbo-prehash = { workspace = true }
45
turbo-tasks = { workspace = true }
46
turbo-tasks-hash = { workspace = true }
0 commit comments