From 844feab484983f4f091e5610c27e2285b273c430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:57:07 +0000 Subject: [PATCH] chore: bump tempfile from 3.14.0 to 3.15.0 (#5084) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36781ef23615..124f6f8f34ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3957,12 +3957,13 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index a9190c15718f..e15f8d509502 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -136,7 +136,7 @@ insta-cmd = { workspace = true } rstest = "0.23.0" similar = { workspace = true } similar-asserts = { workspace = true } -tempfile = { version = "3.14.0" } +tempfile = { version = "3.15.0" } test_each_file = "0.3.4" # We use `benches/bench.rs` for the benchmark harness so disable searching for