diff --git a/Cargo.lock b/Cargo.lock index cb31be621..8e6ec89c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,9 +2034,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 487da2954..8f591c422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -319,7 +319,7 @@ self_cell = "1.0.3" selinux = "0.4" signal-hook = "0.3.17" smallvec = { version = "1.13", features = ["union"] } -tempfile = "3.10.0" +tempfile = "3.10.1" uutils_term_grid = "0.3" terminal_size = "0.3.0" textwrap = { version = "0.16.1", features = ["terminal_size"] }