Add tempfile to [workspace.dependencies].
This commit is contained in:
parent
ce02d34b2f
commit
77d2f0c16e
9 changed files with 9 additions and 8 deletions
|
|
@ -73,6 +73,7 @@ quote = "1.0.40"
|
|||
rustc-literal-escaper = "0.0.5"
|
||||
rustc_apfloat = "0.2.3"
|
||||
serde_json = "1.0.142"
|
||||
tempfile = "3.20.0"
|
||||
thin-vec = "0.2.14"
|
||||
tracing = "0.1.37"
|
||||
# tidy-alphabetical-end
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ rustc_target = { path = "../rustc_target" }
|
|||
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
||||
serde_json.workspace = true
|
||||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
tempfile = "3.2"
|
||||
tempfile.workspace = true
|
||||
thin-vec.workspace = true
|
||||
thorin-dwp = "0.9"
|
||||
tracing.workspace = true
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ rustc_serialize = { path = "../rustc_serialize" }
|
|||
rustc_thread_pool = { path = "../rustc_thread_pool" }
|
||||
smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
|
||||
stacker = "0.1.17"
|
||||
tempfile = "3.2"
|
||||
tempfile.workspace = true
|
||||
thin-vec.workspace = true
|
||||
tracing.workspace = true
|
||||
# tidy-alphabetical-end
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
# tidy-alphabetical-start
|
||||
tempfile = "3.7.1"
|
||||
tempfile.workspace = true
|
||||
# tidy-alphabetical-end
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ rustc_serialize = { path = "../rustc_serialize" }
|
|||
rustc_session = { path = "../rustc_session" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
rustc_target = { path = "../rustc_target" }
|
||||
tempfile = "3.7.1"
|
||||
tempfile.workspace = true
|
||||
tracing.workspace = true
|
||||
# tidy-alphabetical-end
|
||||
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ thin-vec.workspace = true
|
|||
[dev-dependencies]
|
||||
# tidy-alphabetical-start
|
||||
rustc_macros = { path = "../rustc_macros" }
|
||||
tempfile = "3.2"
|
||||
tempfile.workspace = true
|
||||
# tidy-alphabetical-end
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json.workspace = true
|
||||
smallvec = "1.8.1"
|
||||
stringdex = { version = "0.0.1-alpha4" }
|
||||
tempfile = "3"
|
||||
tempfile.workspace = true
|
||||
threadpool = "1.8.1"
|
||||
tracing-tree = "0.3.0"
|
||||
tracing.workspace = true
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ description = "A script to extract the lint documentation for the rustc book."
|
|||
[dependencies]
|
||||
rustc-literal-escaper = "0.0.5"
|
||||
serde_json.workspace = true
|
||||
tempfile = "3.1.0"
|
||||
tempfile.workspace = true
|
||||
walkdir = "2.3.1"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ tar = "0.4"
|
|||
xz = { version = "0.1", package = "xz2" }
|
||||
serde_json.workspace = true
|
||||
glob = "0.3"
|
||||
tempfile = "3.5"
|
||||
tempfile.workspace = true
|
||||
derive_builder = "0.20"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
tabled = { version = "0.15", default-features = false, features = ["std"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue