From b1f63105f403d9fc9bee128a4ba868433fd35145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:23:08 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.26.0 to 3.27.0 in /simulator Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.26.0 to 3.27.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- simulator/Cargo.lock | 4 ++-- simulator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simulator/Cargo.lock b/simulator/Cargo.lock index f07c1cf2..992a3458 100644 --- a/simulator/Cargo.lock +++ b/simulator/Cargo.lock @@ -2583,9 +2583,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.1", diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index f6e640de..0bb33ace 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -46,6 +46,6 @@ rand = "0.8" libc = "0.2" [dev-dependencies] -tempfile = "3.26.0" +tempfile = "3.27.0" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } wat = "1"