diff --git a/Cargo.lock b/Cargo.lock index 1669c16..37f4a0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2413,15 +2413,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.11.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", "fastrand 2.1.0", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3148d7e..dab827f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ pathdiff = { version = "0.2.1", features = [ pretty_assertions = { version = "1.4.0", default-features = false, features = [ "std", ] } -tempfile = { version = "3.11.0", default-features = false } +tempfile = { version = "3.12.0", default-features = false } [lints.rust] rust-2018-idioms = "warn"