Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 29, 2025
1 parent c864f78 commit b57bb06
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 11 deletions.
48 changes: 39 additions & 9 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.14.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.15.0"
tempfile = "3.16.0"
once_cell = "1.20.2"
pathdiff = "0.2.3"
proptest = "1.6.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.15.0"
tempfile = "3.16.0"

# Metadata for cargo-binstall to get the right artifacts.
[package.metadata.binstall]
Expand Down

0 comments on commit b57bb06

Please sign in to comment.