Skip to content

Commit 40bda1d

Browse files
authored
Merge pull request #438 from cwshugg/version_bump_tempfile
Bump `tempfile` crate to v3.4.0 to address RUSTSEC-2023-0018
2 parents 3003969 + 2529dbe commit 40bda1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2021"
1616
anyhow = "1.0.66"
1717
current_platform = "0.2.0"
1818
clap = { version = "4.4.0", features = ["derive", "deprecated"] }
19-
tempfile = "3.3.0"
19+
tempfile = "3.4.0"
2020
toml = "0.5.9"
2121
rustc_version = "0.4.0"
2222
cargo_metadata = "0.18.1"

0 commit comments

Comments
 (0)