From e428499699e1b000748dcfd9445c17d0da721aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:26:26 +0000 Subject: [PATCH] chore(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 ++-- dcap/ql/Cargo.toml | 2 +- dcap/quoteverify/Cargo.toml | 2 +- sdk-tools/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53714a08..b6665d5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,9 +1286,9 @@ dependencies = [ [[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", diff --git a/dcap/ql/Cargo.toml b/dcap/ql/Cargo.toml index d05d22f5..73db4ffa 100644 --- a/dcap/ql/Cargo.toml +++ b/dcap/ql/Cargo.toml @@ -30,5 +30,5 @@ sim = [] [dev-dependencies] serial_test = { version = "2.0.0", default-features = false } -tempfile = "3.7.0" +tempfile = "3.7.1" yare = "1.0.1" diff --git a/dcap/quoteverify/Cargo.toml b/dcap/quoteverify/Cargo.toml index 27b131fa..69a30ef2 100644 --- a/dcap/quoteverify/Cargo.toml +++ b/dcap/quoteverify/Cargo.toml @@ -25,5 +25,5 @@ once_cell = "1.17.0" [dev-dependencies] mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.7.2" } serial_test = { version = "2.0.0", default-features = false } -tempfile = "3.7.0" +tempfile = "3.7.1" yare = "1.0.1" diff --git a/sdk-tools/Cargo.toml b/sdk-tools/Cargo.toml index f2cc36c9..ffdf8102 100644 --- a/sdk-tools/Cargo.toml +++ b/sdk-tools/Cargo.toml @@ -16,4 +16,4 @@ displaydoc = "0.2.3" mc-sgx-core-build = { path = "../core/build", version = "=0.7.2" } [dev-dependencies] -tempfile = "3.7.0" +tempfile = "3.7.1"