From d8168db3e1e2507839495f789b14f2907283934d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:49:21 +0000 Subject: [PATCH] build(deps): bump the test group with 1 update (#7301) Bumps the test group with 1 update: [tempfile](https://github.com/Stebalien/tempfile). - [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 dependency-group: test ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef3b771d..0fe7059d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4200,9 +4200,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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 1.0.0", "fastrand", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 2cdb5cba..268c7c39 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -57,7 +57,7 @@ rand = "0.8.5" rayon = "1.7.0" regex = "1.9.3" serde = { version = "1.0.179", features = ["serde_derive"] } -tempfile = "3.7.0" +tempfile = "3.7.1" thiserror = "1.0.44" futures = "0.3.28" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 0827053f..51e929bb 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -58,7 +58,7 @@ rlimit = "0.10.1" rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] } semver = "1.0.18" serde = { version = "1.0.179", features = ["serde_derive"] } -tempfile = "3.7.0" +tempfile = "3.7.1" thiserror = "1.0.44" rayon = "1.7.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 24de90b0..7544d479 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -43,4 +43,4 @@ tracing-error = "0.2.0" tracing = "0.1.37" [dev-dependencies] -tempfile = "3.7.0" +tempfile = "3.7.1" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 924636e5..dcc32e20 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -237,7 +237,7 @@ regex = "1.9.3" # zebra-rpc needs the preserve_order feature, it also makes test results more stable serde_json = { version = "1.0.104", features = ["preserve_order"] } -tempfile = "3.7.0" +tempfile = "3.7.1" hyper = { version = "0.14.27", features = ["http1", "http2", "server"]} tracing-test = { version = "0.2.4", features = ["no-env-filter"] }