From 5ea5be649662ebbf4cee5906cda1902e234fc34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:01:27 +0000 Subject: [PATCH] Bump tempfile from 3.18.0 to 3.19.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- tests/integration/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c64a42d71..e138c187af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -6166,11 +6166,10 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if 1.0.0", "fastrand", "getrandom 0.3.1", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 07a94b5ce7..ad724e9683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ indexmap = { version = "2.2", features = ["serde"] } toml = "0.8" bitflags = { version = "2", features = ["serde"] } enum-iterator = "2" -tempfile = "3.5" +tempfile = "3.19" prost = "0.13" clap = { version = "4.3.19", features = ["derive", "wrap_help", "env"] } colored = "2" diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 36e512f188..9be7f2f988 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -35,7 +35,7 @@ sos-vfs.workspace = true sos-sdk = { workspace = true, features = ["full"] } sos-test-utils.workspace = true -tempfile = "3.5" +tempfile = "3.19" tokio = { workspace = true, features = ["rt-multi-thread"] } http.workspace = true anyhow.workspace = true