diff --git a/Cargo.lock b/Cargo.lock index acbaa7c43..7f11e029d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,13 +1713,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.15.0" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" +checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" dependencies = [ "cfg-if", "fastrand", - "getrandom 0.2.15", + "getrandom 0.3.1", "once_cell", "rustix 0.38.40", "windows-sys 0.59.0", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 6f7d6c1c2..2d02dd8d8 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -68,7 +68,7 @@ vec-collections = "0.4.3" codspeed-criterion-compat = "2.7.2" proptest = { version = "1.6.0", default-features = false, features = ["std"]} rand = "0.9.0" -tempfile = "3.15.0" +tempfile = "3.16.0" [[bench]] name = "compute"