diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:15:19 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:55 +1000 |
| commit | 77d2f0c16e0c3957052a3ecaccd9479be8efed87 (patch) | |
| tree | d64476dc2998d2dbec82e32aaa91498f786c9255 /src | |
| parent | ce02d34b2faa2f4b43bb438bf4f7021d54e79c92 (diff) | |
| download | rust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.tar.gz rust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.zip | |
Add `tempfile` to `[workspace.dependencies]`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/lint-docs/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/opt-dist/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index d34b4af2d95..63ac9ba6aa9 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -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 diff --git a/src/tools/lint-docs/Cargo.toml b/src/tools/lint-docs/Cargo.toml index 7af4b72e5b4..acafe17cb0c 100644 --- a/src/tools/lint-docs/Cargo.toml +++ b/src/tools/lint-docs/Cargo.toml @@ -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" diff --git a/src/tools/opt-dist/Cargo.toml b/src/tools/opt-dist/Cargo.toml index e419a75f5f2..b2833a9d7f1 100644 --- a/src/tools/opt-dist/Cargo.toml +++ b/src/tools/opt-dist/Cargo.toml @@ -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"] } |
