From cd90fb125879ae4bd319c4436f25190e018d2cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:32:54 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.18.0 to 3.19.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3402a0b6..7f68a837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3245,11 +3245,10 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index d087251c..322dc3f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ criterion = { version = "^0.5", features = ["async_tokio"] } http-body-util = "^0.1" mockall = { version = "^0.13" } sea-orm = { version = "*", features = ["mock"]} -tempfile = { version = "^3.18" } +tempfile = { version = "^3.19" } [profile.release] opt-level = 3