diff --git a/Cargo.lock b/Cargo.lock index 3508d75..f1b339a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3455,12 +3455,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand 2.3.0", + "getrandom 0.2.15", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index 4289f81..6c725e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ automod = "1.0.14" hickory-server = "0.24.1" md5 = "0.7.0" stubr = "0.6.2" -tempfile = "3.14.0" +tempfile = "3.15.0" [profile.release] lto = true