Skip to content

Commit

Permalink
Update Rust crate tempfile to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Oct 3, 2023
1 parent a978741 commit 63ce893
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.7.0"
tempfile = "3.8.0"
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 = { version = "0.1", path = "../../workspace-hack" }

[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.8.0"

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

0 comments on commit 63ce893

Please sign in to comment.