From d8f19464fccad7da9cc8ee754d4cfe109729c2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:42:36 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.9.0 to 3.10.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.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 9bc72914..c16474a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4779,13 +4779,12 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" dependencies = [ "cfg-if", "fastrand 2.0.1", - "redox_syscall", "rustix 0.38.31", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index c6beb415..782df53a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,6 @@ tower-http = { version = "0.5.1", features = ["trace"] } [dev-dependencies] mockall = "0.12" rstest = "0.18" -tempfile = "3.9.0" +tempfile = "3.10.0" tower = { version = "0.4", features = ["util"] } http-body-util = "0.1.0"