Skip to content

Commit

Permalink
Update Rust crate tempfile to 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 4, 2025
1 parent fe3e11b commit 516ce54
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
36 changes: 19 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
22 changes: 10 additions & 12 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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

0 comments on commit 516ce54

Please sign in to comment.