From 1fb767393998dac36f54967becbdb4af08fb9f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:03:57 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.24.0 to 3.25.0 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] --- Cargo.lock | 4 ++-- bins/logview/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5596114e..c4904af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2007,9 +2007,9 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[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", diff --git a/bins/logview/Cargo.toml b/bins/logview/Cargo.toml index baca1304..e24ec7e1 100644 --- a/bins/logview/Cargo.toml +++ b/bins/logview/Cargo.toml @@ -22,7 +22,7 @@ open = "5.3.3" serde = { version = "1.0.228", features = ["derive", "rc"] } serde_yaml = "0.9.34" shell-words = "1.1.1" -tempfile = "3.24.0" +tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["io-util", "macros", "process", "rt-multi-thread"] } tokio-stream = "0.1.18" tower-http = { version = "0.6.8", features = ["fs", "set-header", "trace"] }