build(deps): bump the test group with 1 update (#7358)

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.1...v3.8.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-21 23:39:06 +00:00 committed by GitHub
parent 31426f3b0e
commit 4ccd6f1c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -4210,9 +4210,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.7.1" version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"fastrand", "fastrand",

View File

@ -57,7 +57,7 @@ rand = "0.8.5"
rayon = "1.7.0" rayon = "1.7.0"
regex = "1.9.3" regex = "1.9.3"
serde = { version = "1.0.185", features = ["serde_derive"] } serde = { version = "1.0.185", features = ["serde_derive"] }
tempfile = "3.7.1" tempfile = "3.8.0"
thiserror = "1.0.47" thiserror = "1.0.47"
futures = "0.3.28" futures = "0.3.28"

View File

@ -58,7 +58,7 @@ rlimit = "0.10.1"
rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] } rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] }
semver = "1.0.18" semver = "1.0.18"
serde = { version = "1.0.185", features = ["serde_derive"] } serde = { version = "1.0.185", features = ["serde_derive"] }
tempfile = "3.7.1" tempfile = "3.8.0"
thiserror = "1.0.47" thiserror = "1.0.47"
rayon = "1.7.0" rayon = "1.7.0"

View File

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

View File

@ -237,7 +237,7 @@ regex = "1.9.3"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable # zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.105", features = ["preserve_order"] } serde_json = { version = "1.0.105", features = ["preserve_order"] }
tempfile = "3.7.1" tempfile = "3.8.0"
hyper = { version = "0.14.27", features = ["http1", "http2", "server"]} hyper = { version = "0.14.27", features = ["http1", "http2", "server"]}
tracing-test = { version = "0.2.4", features = ["no-env-filter"] } tracing-test = { version = "0.2.4", features = ["no-env-filter"] }