diff --git a/Cargo.lock b/Cargo.lock index 443014a3..509b0714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,9 +2286,9 @@ checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index f30ebcdb..6b773929 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -101,7 +101,7 @@ lazy_static = "1.5.0" libc = "0.2.175" mime_guess = "2.0.5" subprocess = "0.2.9" -tempfile = "3.22" +tempfile = "3.23" trybuild = "1.0.111" # Used by the https examples and tests pem = "3.0"