From 4f802ed1a5dcce4aa00bfe7c1fa19be751266a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:46:34 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.7.0 to 3.7.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a2e37f6..135484be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2072,9 +2072,9 @@ checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand 2.0.0", diff --git a/Cargo.toml b/Cargo.toml index cee18137..805bc45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ semver = { version = "1.0.18", default-features = false } serde = { version = "1.0.181", default-features = false } serde_json = { version = "1.0.104", default-features = false } sha2 = { version = "0.10.2", default-features = false } -tempfile = { version = "3.7.0", default-features = false } +tempfile = { version = "3.7.1", default-features = false } tokio-util = { version = "0.7.8", default-features = false } tower = { version = "0.4.12", default-features = false } tower-http = { version = "0.3.5", default-features = false }