diff --git a/Cargo.lock b/Cargo.lock index ec29359..af1b6b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,12 +1164,13 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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", + "once_cell", "rustix", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index 1439a1e..f1e8454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ assert_cmd = "2.0.15" criterion = "0.5.1" predicates = "3.1.2" proptest = "1.5.0" -tempfile = "3.10.1" +tempfile = "3.11.0" [target.'cfg(target_family = "wasm")'.dev-dependencies] wasm-bindgen-test = "0.3.42"