From 748908a093a004197167415125fa45ce895013ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:23:07 +0000 Subject: [PATCH] chore(deps): update rust crate tempfile to 3.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4bdc10b..f5f44cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2140,12 +2140,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" dependencies = [ "cfg-if", "fastrand 2.1.0", + "once_cell", "rustix 0.38.34", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index 8960fc23..c0b017f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,4 +70,4 @@ tonic-build = "0.11" [dev-dependencies] once_cell = "1.19.0" rand = "0.8.5" -tempfile = "3.10.1" +tempfile = "3.11.0"