Skip to content

Commit

Permalink
Update Rust crate tempfile to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 27, 2023
1 parent d6e094a commit 6f53f57
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 29 deletions.
55 changes: 32 additions & 23 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.11.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.8.0"
tempfile = "3.8.1"
once_cell = "1.18.0"
pathdiff = "0.2.1"
proptest = "1.2.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.8.0"
tempfile = "3.8.1"

# Metadata for cargo-binstall to get the right artifacts.
[package.metadata.binstall]
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/guppy-rs/guppy"
clap = { version = "4.3.19", features = ["derive"] }
clap_builder = { version = "4.3.19", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.147" }
libc = { version = "0.2.149" }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.5.0" }
num-traits = { version = "0.2.16", features = ["libm"] }
Expand All @@ -39,11 +39,11 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extr
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "full"] }

[target.x86_64-unknown-linux-gnu.dependencies]
rustix = { version = "0.38.4", features = ["fs", "termios"] }
rustix = { version = "0.38.21", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
libc = { version = "0.2.147", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.4", features = ["fs", "termios"] }
libc = { version = "0.2.149", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.21", features = ["fs", "termios"] }

[target.x86_64-pc-windows-msvc.dependencies]
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "winbase", "wincon", "winerror", "winnt"] }
Expand Down

0 comments on commit 6f53f57

Please sign in to comment.