diff --git a/Cargo.lock b/Cargo.lock index eb201a4..9942cfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,11 +604,10 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 2c0fb5b..814ed4f 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.18.0" +tempfile = "3.19.0"