diff --git a/Cargo.lock b/Cargo.lock index 39db0f94..5bfe3907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3313,12 +3313,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" dependencies = [ "cfg-if", "fastrand 2.0.1", + "once_cell", "rustix", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index 4273dcae..5a673312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ regex = "1.10.5" si_trace_print = "0.3.12" stringzilla = { version = "3.8.4", optional = true } tar = "0.4.41" -tempfile = "3.10.1" +tempfile = "3.11.0" termcolor = "1.1.3" unicode-width = "0.1.13" unroll = "0.1.5"