From 97578179ab40e11ea6662b924b9ec88f65061d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:01:22 +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 ++-- chain/Cargo.toml | 4 ++-- core/Cargo.toml | 2 +- exo/Cargo.toml | 2 +- store/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b3897d9b..b9b24aa8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4964,9 +4964,9 @@ checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e" [[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/chain/Cargo.toml b/chain/Cargo.toml index 7b415f771..0a4f11e1f 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -35,12 +35,12 @@ extindex = { version = "0.5.0", optional = true } memmap2 = { version = "0.7.1", optional = true } # For tests -tempfile = { version = "3.7.0", optional = true } +tempfile = { version = "3.7.1", optional = true } [dev-dependencies] exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]} exocore-transport = {version = "0.1.25", path = "../transport", features = ["tests-utils"]} -tempfile = "3.7.0" +tempfile = "3.7.1" tokio = { version = "1.29.1", features = ["macros"], default-features = false } [[test]] diff --git a/core/Cargo.toml b/core/Cargo.toml index 1f7c55648..41eec6598 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -72,7 +72,7 @@ shadow-rs = { version = "0.23.0", default-features = false } [dev-dependencies] criterion_bencher_compat = "0.4.0" log4rs = "1.2.0" -tempfile = "3.7.0" +tempfile = "3.7.1" tokio = { version = "1.29.1", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false } [[bench]] diff --git a/exo/Cargo.toml b/exo/Cargo.toml index be3019f03..ff2cc305b 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.11.18", default-features = false, features = ["rustls-t serde = "1.0.181" serde_derive = "1.0.177" serde_json = "1.0.104" -tempfile = "3.7.0" +tempfile = "3.7.1" thiserror = "1.0.44" tokio = { version = "1.29.1", features = ["macros"], default-features = false } url = "2.4.0" diff --git a/store/Cargo.toml b/store/Cargo.toml index 014ebefcf..1279a9389 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -57,5 +57,5 @@ tantivy = {version = "0.19.2", optional = true} [dev-dependencies] exocore-chain = {version = "0.1.25", path = "../chain", features = ["tests-utils"]} exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]} -tempfile = "3.7.0" +tempfile = "3.7.1" tokio = {version = "1.29.1", features = ["macros"], default-features = false}