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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-15 18:49:21 +00:00 committed by GitHub
parent b322748b66
commit d8168db3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -43,4 +43,4 @@ tracing-error = "0.2.0"
tracing = "0.1.37"
[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.7.1"

View File

@ -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"] }