diff --git a/Cargo.lock b/Cargo.lock index 70e34ff4..4628197f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1774,12 +1774,13 @@ checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index 0c1e35ef..e00d8978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ wasm-bindgen = "0.2.92" float-cmp = "0.9.0" indoc = "2.0.5" rstest = "0.22.0" -tempfile = "3.10.1" +tempfile = "3.11.0" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] criterion = "0.5.1"