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"
74
74
rustc-hash = " 2.1.1"
75
75
rustc-literal-escaper = " 0.0.5"
76
76
rustc_apfloat = " 0.2.3"
77
+ scoped-tls = " 1.0.1"
77
78
serde_json = " 1.0.142"
78
79
tempfile = " 3.20.0"
79
80
thin-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" }
12
12
rustc_session = { path = " ../rustc_session" }
13
13
rustc_span = { path = " ../rustc_span" }
14
14
rustc_target = { path = " ../rustc_target" }
15
- scoped-tls = " 1.0 "
15
+ scoped-tls.workspace = true
16
16
serde = { version = " 1.0.125" , features = [ " derive" ] }
17
17
tracing.workspace = true
18
18
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rustc_hashes = { path = "../rustc_hashes" }
16
16
rustc_index = { path = " ../rustc_index" }
17
17
rustc_macros = { path = " ../rustc_macros" }
18
18
rustc_serialize = { path = " ../rustc_serialize" }
19
- scoped-tls = " 1.0 "
19
+ scoped-tls.workspace = true
20
20
sha1 = " 0.10.0"
21
21
sha2 = " 0.10.1"
22
22
tracing.workspace = true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ smallvec = "1.8.1"
20
20
[dev-dependencies ]
21
21
rand = " 0.9"
22
22
rand_xorshift = " 0.4"
23
- scoped-tls = " 1.0 "
23
+ scoped-tls.workspace = true
24
24
25
25
[target .'cfg(unix)' .dev-dependencies ]
26
26
libc.workspace = true
You can’t perform that action at this time.
0 commit comments