From 4b7ab57a545c6596ad2a57047adebd0d003663e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 02:53:48 +0000 Subject: [PATCH] build: Bump tempfile from 3.18.0 to 3.19.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07a1b87b..05cfa3f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,11 +466,10 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 833e7c28..eaadd783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ fdt = "0.1.5" dirs = "6.0.0" rand = "0.9.0" ssh2 = { version = "0.9.5", features = ["vendored-openssl"] } -tempfile = "3.18.0" +tempfile = "3.19.0"