diff --git a/Cargo.lock b/Cargo.lock index fd448fd..c4d2da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8040,15 +8040,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a2e157e..feaf2fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ num-traits = "0.2" predicates = "3.1.3" rexpect = "0.6.2" skeptic = "0.13" -tempfile = "3.20.0" +tempfile = "3.23.0" winstructs = "0.3.0" dirs = "6.0.0" rayon = "1.10.0"