diff --git a/Cargo.toml b/Cargo.toml index 45c5e6ba9e284..52f61ea15c14f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,6 +204,7 @@ sourcemap = "9.0.0" strsim = "0.11.1" syn = "1.0.107" tempfile = "3.3.0" +thread_local = "1.1.8" thiserror = "1.0.48" tiny-gradient = "0.1.0" tokio = "1.25.0" diff --git a/turbopack/crates/turbo-tasks-backend/Cargo.toml b/turbopack/crates/turbo-tasks-backend/Cargo.toml index 96919186cfe8f..0dba282710123 100644 --- a/turbopack/crates/turbo-tasks-backend/Cargo.toml +++ b/turbopack/crates/turbo-tasks-backend/Cargo.toml @@ -40,7 +40,7 @@ smallvec = { workspace = true } tokio = { workspace = true } tokio-scoped = "0.2.0" tracing = { workspace = true } -thread_local = { version = "1.1.8" } +thread_local = { workspace = true } turbo-prehash = { workspace = true } turbo-tasks = { workspace = true } turbo-tasks-hash = { workspace = true }