File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ quote = "1.0.40"
7474rustc-hash = " 2.1.1"
7575rustc-literal-escaper = " 0.0.5"
7676rustc_apfloat = " 0.2.3"
77+ scoped-tls = " 1.0.1"
7778serde_json = " 1.0.142"
7879tempfile = " 3.20.0"
7980thin-vec = " 0.2.14"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ rustc_public_bridge = { path = "../rustc_public_bridge" }
1212rustc_session = { path = " ../rustc_session" }
1313rustc_span = { path = " ../rustc_span" }
1414rustc_target = { path = " ../rustc_target" }
15- scoped-tls = " 1.0 "
15+ scoped-tls.workspace = true
1616serde = { version = " 1.0.125" , features = [ " derive" ] }
1717tracing.workspace = true
1818# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rustc_hashes = { path = "../rustc_hashes" }
1616rustc_index = { path = " ../rustc_index" }
1717rustc_macros = { path = " ../rustc_macros" }
1818rustc_serialize = { path = " ../rustc_serialize" }
19- scoped-tls = " 1.0 "
19+ scoped-tls.workspace = true
2020sha1 = " 0.10.0"
2121sha2 = " 0.10.1"
2222tracing.workspace = true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ smallvec = "1.8.1"
2020[dev-dependencies ]
2121rand = " 0.9"
2222rand_xorshift = " 0.4"
23- scoped-tls = " 1.0 "
23+ scoped-tls.workspace = true
2424
2525[target .'cfg(unix)' .dev-dependencies ]
2626libc.workspace = true
You can’t perform that action at this time.
0 commit comments