From 0aec36cfc8b78a139c5d73a940011680045a5d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:25:00 +0000 Subject: [PATCH] Bump tempfile from 3.12.0 to 3.13.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- worker/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ac5ca02..aa1b0283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5454,9 +5454,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand 2.1.1", diff --git a/Cargo.toml b/Cargo.toml index e3d61d30..c7e97741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ debian-analyzer = "0.158.11" debversion = { version = "0.4" } google-cloud-storage = { version = "0.20.0" } google-cloud-auth = { version = "0.16.0" } -tempfile = "3.12.0" +tempfile = "3.13.0" redis = "0.26.1" sqlx = { version = "0.8", features = ["chrono", "postgres", "runtime-async-std-native-tls"] } sqlx-postgres = { version = "0.8.1", features = ["chrono", "time"] } diff --git a/worker/Cargo.toml b/worker/Cargo.toml index d703d405..618c36bd 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -31,7 +31,7 @@ askama_axum = { version = "0.4.0", features = ["serde-json", "serde-yaml", "huma nix = { version = "0.29.0", features = ["fs"] } percent-encoding = "2.3.1" maplit = "1.0.2" -tempfile = "3.11.0" +tempfile = "3.13.0" prometheus = "0.13.4" askama = "0.12.1" gethostname = "0.5.0" @@ -49,7 +49,7 @@ cli = ["dep:clap", "dep:pyo3", "dep:pyo3-log"] http-body-util = "0.1.2" hyper = "1.4.1" serial_test = "3.1.1" -tempfile = "3.11.0" +tempfile = "3.13.0" test-log = "0.2.16" tower = { version = "0.5.1", features = ["util"] }