diff --git a/Cargo.lock b/Cargo.lock index de72c7b..a5f63da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,15 +607,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", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -736,6 +736,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index fc34d03..eb388ca 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -21,4 +21,4 @@ walkdir = "2.5.0" [dev-dependencies] assert_cmd = "2.0.15" rnix = "0.11.0" -tempfile = "3.11.0" +tempfile = "3.12.0"