From 3dd32e6d44cf881e11b7e41dfebb3856cd126fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:38:30 +0000 Subject: [PATCH] chore(deps): Bump tempfile from 3.21.0 to 3.23.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- datafusion/bio-format-core/Cargo.toml | 2 +- datafusion/bio-format-vcf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f9ddc7..7404274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4313,9 +4313,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.21.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/datafusion/bio-format-core/Cargo.toml b/datafusion/bio-format-core/Cargo.toml index 4ff5d79..7c0b9d0 100644 --- a/datafusion/bio-format-core/Cargo.toml +++ b/datafusion/bio-format-core/Cargo.toml @@ -24,4 +24,4 @@ async-compression = "0.4.19" futures = "0.3" [dev-dependencies] -tempfile = "3.10.1" +tempfile = "3.23.0" diff --git a/datafusion/bio-format-vcf/Cargo.toml b/datafusion/bio-format-vcf/Cargo.toml index c46b7d6..86d73ef 100644 --- a/datafusion/bio-format-vcf/Cargo.toml +++ b/datafusion/bio-format-vcf/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.22" env_logger = "0.11.6" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.23" [[example]]