From 21409cafe21e56d27e21bc3d3bc46bec662271b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:13:10 +0000 Subject: [PATCH] Update tempfile requirement from =3.13.0 to =3.27.0 Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile) to permit the latest version. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.27.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 879d318..e4ca8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio-util = "0.7.18" tonic = "0.13.1" void = "1.0.2" envmnt = "0.10.4" -tempfile = "=3.13.0" +tempfile = "=3.27.0" [build-dependencies] tonic-build = { version = "0.13.1", default-features = false, features = ["transport", "prost"] }