diff --git a/Cargo.lock b/Cargo.lock index d967ac8..98da04b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index e332683..33d412b 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.16" rnix = "0.12.0" -tempfile = "3.19.0" +tempfile = "3.19.1"