From 3462d0f90576ddb45f8758b3cfd4673fb56e3d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:46:23 +0000 Subject: [PATCH] Bump tempfile from 3.7.0 to 3.7.1 (#1238) --- Cargo.lock | 4 ++-- src/daft-io/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99cec06a64..fda72cade8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2994,9 +2994,9 @@ checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/src/daft-io/Cargo.toml b/src/daft-io/Cargo.toml index 2603d5c38d..9ec0dc4255 100644 --- a/src/daft-io/Cargo.toml +++ b/src/daft-io/Cargo.toml @@ -30,7 +30,7 @@ version = "0.11.18" [dev-dependencies] md5 = "0.7.0" -tempfile = "3.7.0" +tempfile = "3.7.1" [features] default = ["python"]