From bd2e8db1fcd5c19bc959629cfcd7e8cf2692b5a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:52:52 +0000 Subject: [PATCH] chore(deps): update rust crate tempfile to 3.15.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74db980a..d87ec61b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1545,12 +1545,13 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[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 4201d07a..f252b8ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rustsat-cadical = { version = "0.4.3", path = "./cadical" } rustsat-minisat = { version = "0.4.3", path = "./minisat" } rustsat-solvertests = { path = "./solvertests" } signal-hook = "0.3.17" -tempfile = "3.14.0" +tempfile = "3.15.0" visibility = "0.1.1" xz2 = "0.1.7"