From 516ce546877877b8354a67c143bec5e2386a43d5 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 4 Jan 2025 12:23:10 +0000 Subject: [PATCH] Update Rust crate tempfile to 3.15.0 --- Cargo.lock | 36 +++++++++++++------------ internal-tools/cargo-compare/Cargo.toml | 2 +- tools/cargo-hakari/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 22 +++++++-------- 4 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84b75f653ee..38c1c351dd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,12 +1277,12 @@ dependencies = [ [[package]] name = "errno" -version = "0.3.8" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1332,9 +1332,9 @@ checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" [[package]] name = "fastrand" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" @@ -1446,9 +1446,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -2737,9 +2737,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libdbus-sys" @@ -2842,9 +2842,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lock_api" @@ -3587,15 +3587,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.31" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4069,14 +4069,16 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.1" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand", + "getrandom", + "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/internal-tools/cargo-compare/Cargo.toml b/internal-tools/cargo-compare/Cargo.toml index 048256cc31b..52c66adec87 100644 --- a/internal-tools/cargo-compare/Cargo.toml +++ b/internal-tools/cargo-compare/Cargo.toml @@ -16,7 +16,7 @@ fs_extra = "1.3.0" itertools = "0.13.0" guppy = { path = "../../guppy" } guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] } -tempfile = "3.10.1" +tempfile = "3.15.0" once_cell = "1.20.2" pathdiff = "0.2.3" proptest = "1.5.0" diff --git a/tools/cargo-hakari/Cargo.toml b/tools/cargo-hakari/Cargo.toml index a11cc54fb31..9c6ac1510b2 100644 --- a/tools/cargo-hakari/Cargo.toml +++ b/tools/cargo-hakari/Cargo.toml @@ -35,7 +35,7 @@ supports-color = "1.3.1" guppy-workspace-hack.workspace = true [dev-dependencies] -tempfile = "3.10.1" +tempfile = "3.15.0" # Metadata for cargo-binstall to get the right artifacts. [package.metadata.binstall] diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 892ed8f1e31..05ab64dfbb8 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -22,12 +22,13 @@ backtrace = { version = "0.3.69", features = ["gimli-symbolize"] } camino = { version = "1.1.9", default-features = false, features = ["serde1"] } clap = { version = "4.5.22", features = ["derive"] } clap_builder = { version = "4.5.22", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] } -getrandom = { version = "0.2.12", default-features = false, features = ["std"] } +getrandom = { version = "0.2.15", default-features = false, features = ["std"] } include_dir = { version = "0.7.4", features = ["glob"] } indexmap = { version = "1.9.3", default-features = false, features = ["std"] } log = { version = "0.4.22", default-features = false, features = ["std"] } miette = { version = "7.4.0", features = ["fancy"] } num-traits = { version = "0.2.17", features = ["libm"] } +once_cell = { version = "1.20.2" } owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] } petgraph = { version = "0.6.5", default-features = false, features = ["graphmap"] } regex = { version = "1.10.5", default-features = false, features = ["perf", "std"] } @@ -44,23 +45,20 @@ quote = { version = "1.0.37" } syn = { version = "2.0.90", features = ["extra-traits", "full", "visit"] } [target.x86_64-unknown-linux-gnu.dependencies] -libc = { version = "0.2.155" } -once_cell = { version = "1.20.2" } -rustix = { version = "0.38.31", features = ["fs", "termios"] } +libc = { version = "0.2.169" } +rustix = { version = "0.38.42", features = ["fs", "termios"] } [target.x86_64-apple-darwin.dependencies] -libc = { version = "0.2.155", features = ["extra_traits"] } -once_cell = { version = "1.20.2" } -rustix = { version = "0.38.31", features = ["fs", "termios"] } +libc = { version = "0.2.169", features = ["extra_traits"] } +rustix = { version = "0.38.42", features = ["fs", "termios"] } [target.aarch64-apple-darwin.dependencies] -libc = { version = "0.2.155", features = ["extra_traits"] } -once_cell = { version = "1.20.2" } -rustix = { version = "0.38.31", features = ["fs", "termios"] } +libc = { version = "0.2.169", features = ["extra_traits"] } +rustix = { version = "0.38.42", features = ["fs", "termios"] } [target.x86_64-pc-windows-msvc.dependencies] -once_cell = { version = "1.20.2" } winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "sysinfoapi", "winbase", "wincon", "winerror", "winnt"] } -windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] } +windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Storage_FileSystem", "Win32_System_Console"] } +windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] } ### END HAKARI SECTION