diff --git a/Cargo.lock b/Cargo.lock index f543ba7e..4fd26246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3942,12 +3942,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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 e9884611..6382a9c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ rlg = "0.0.6" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" staticdatagen = "0.0.5" -tempfile = "3.14.0" +tempfile = "3.15.0" thiserror = "2.0.9" toml = "0.8.19" tokio = { version = "1.42.0", features = ["full"], optional = true }