From 0e7cb22106128ddf400ac7aa86ca261b51f5cb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:02:48 +0000 Subject: [PATCH] Bump tempfile from 3.7.0 to 3.8.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.8.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a97dd630..23885e4a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3510,9 +3510,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tempfile" -version = "3.7.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index b0db1c8a6..baa956443 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -102,7 +102,7 @@ tracing-timing = { version = "0.6.0", optional = true } criterion = { version = "0.4", features = ["html_reports", "async_tokio"], optional = true } [dev-dependencies] -tempfile = "3.3" +tempfile = "3.8" ctor = "0.2" mockall = "0.11.4" tokio-test = "0.4.2"