From ebfcab1f4e9a2e67eb060cc14b75695087b793c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:15:03 +0000 Subject: [PATCH] Bump tempfile from 3.24.0 to 3.25.0 in /core Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.25.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- core/privstack-license/Cargo.toml | 2 +- core/privstack-storage/Cargo.toml | 2 +- core/privstack-sync/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index b6b4105..3bbd60d 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -4954,9 +4954,9 @@ checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba" [[package]] name = "tempfile" -version = "3.24.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", "getrandom 0.3.4", diff --git a/core/Cargo.toml b/core/Cargo.toml index ce6a4ef..351bd8c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -45,7 +45,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Testing proptest = "1.5" criterion = "0.5" -tempfile = "3.14" +tempfile = "3.25" tokio-test = "0.4" pretty_assertions = "1.4" diff --git a/core/privstack-license/Cargo.toml b/core/privstack-license/Cargo.toml index 3612781..3884de1 100644 --- a/core/privstack-license/Cargo.toml +++ b/core/privstack-license/Cargo.toml @@ -25,5 +25,5 @@ online = ["reqwest"] [dev-dependencies] tokio = { workspace = true, features = ["test-util", "macros", "rt-multi-thread"] } -tempfile = "3.19" +tempfile = "3.25" rand = "0.8" diff --git a/core/privstack-storage/Cargo.toml b/core/privstack-storage/Cargo.toml index 3afc2a7..c2552f9 100644 --- a/core/privstack-storage/Cargo.toml +++ b/core/privstack-storage/Cargo.toml @@ -21,4 +21,4 @@ uuid = { workspace = true } duckdb.workspace = true [dev-dependencies] -tempfile = "3.14" +tempfile = "3.25" diff --git a/core/privstack-sync/Cargo.toml b/core/privstack-sync/Cargo.toml index c03972e..dd1ddfe 100644 --- a/core/privstack-sync/Cargo.toml +++ b/core/privstack-sync/Cargo.toml @@ -38,7 +38,7 @@ rand = "0.8" [dev-dependencies] tokio = { workspace = true, features = ["test-util", "process"] } -tempfile = "3.14" +tempfile = "3.25" wiremock = "0.6.5" tracing-subscriber = { version = "0.3", features = ["env-filter"] } serial_test = "3"