diff --git a/Cargo.lock b/Cargo.lock index a9f7b2960..c7e0983df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5888,14 +5888,14 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", "fastrand", + "getrandom 0.3.1", "once_cell", - "rustix 0.38.44", + "rustix 1.0.5", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 8b2b81eec..d2253464c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ rusqlite = "0.32" sanitize-filename = "0.5" serde = "1.0" serde_json = "1" -tempfile = "3.14.0" +tempfile = "3.19.1" thiserror = "2" tokio = "1" tokio-util = "0.7.14"