From 4496eb1269450875ab8125fbef478c9fc52b6fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:55:29 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.23.0 to 3.24.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/traffic-audit-libsql/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd6ef5ffe..f306666cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4794,7 +4794,7 @@ dependencies = [ "concurrent-queue", "hermit-abi", "pin-project-lite 0.2.16", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -5587,9 +5587,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags 2.10.0", "errno", @@ -6440,14 +6440,14 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] diff --git a/crates/traffic-audit-libsql/Cargo.toml b/crates/traffic-audit-libsql/Cargo.toml index a5e82cbd5..76e07b5d1 100644 --- a/crates/traffic-audit-libsql/Cargo.toml +++ b/crates/traffic-audit-libsql/Cargo.toml @@ -18,5 +18,5 @@ ulid = "1" uuid = "1.17" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.24" tokio = { version = "1", features = ["time", "macros", "rt", "rt-multi-thread"] }