diff --git a/Cargo.lock b/Cargo.lock index 47ced18..60c6f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,12 +870,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", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index ed7e29f..a8e6a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ring = "0.17" rustls = "0.23" rustls-webpki = "0.102" serial_test = "3" -tempfile = "3.5" +tempfile = "3.15" untrusted = "0.9" webpki-roots = "0.26" x509-parser = "0.16"